Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 73667
b: refs/heads/master
c: fcbaa08
h: refs/heads/master
i:
  73665: 1461b46
  73663: 7a4170a
v: v3
  • Loading branch information
Jeff Dike authored and Linus Torvalds committed Nov 15, 2007
1 parent b1e026a commit 8f38521
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 5a6dca7c15623626943786977aca738520ea5ba3
refs/heads/master: fcbaa088fc8625381bd1096bc2eedc4f58a1572c
6 changes: 3 additions & 3 deletions trunk/arch/um/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ ifneq ($(KBUILD_SRC),)
$(Q)mkdir -p $(objtree)/include/asm-um
$(Q)ln -fsn $(srctree)/include/asm-$(HEADER_ARCH) include/asm-um/arch
else
$(Q)cd $(TOPDIR)/include/asm-um && ln -sf ../asm-$(HEADER_ARCH) arch
$(Q)cd $(TOPDIR)/include/asm-um && ln -fsn ../asm-$(SUBARCH) arch
endif

$(objtree)/$(ARCH_DIR)/include:
Expand All @@ -180,15 +180,15 @@ $(ARCH_DIR)/include/sysdep: $(objtree)/$(ARCH_DIR)/include
ifneq ($(KBUILD_SRC),)
$(Q)ln -fsn $(srctree)/$(ARCH_DIR)/include/sysdep-$(SUBARCH) $(ARCH_DIR)/include/sysdep
else
$(Q)cd $(ARCH_DIR)/include && ln -sf sysdep-$(SUBARCH) sysdep
$(Q)cd $(ARCH_DIR)/include && ln -fsn sysdep-$(SUBARCH) sysdep
endif

$(ARCH_DIR)/os:
@echo ' SYMLINK $@'
ifneq ($(KBUILD_SRC),)
$(Q)ln -fsn $(srctree)/$(ARCH_DIR)/os-$(OS) $(ARCH_DIR)/os
else
$(Q)cd $(ARCH_DIR) && ln -sf os-$(OS) os
$(Q)cd $(ARCH_DIR) && ln -fsn os-$(OS) os
endif

# Generated files
Expand Down

0 comments on commit 8f38521

Please sign in to comment.