Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 117431
b: refs/heads/master
c: 6b0eed4
h: refs/heads/master
i:
  117429: f1681c1
  117427: 55eae69
  117423: dea8804
v: v3
  • Loading branch information
Al Viro authored and H. Peter Anvin committed Oct 23, 2008
1 parent d1486a8 commit 1522373
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 19 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: fe1cd9876fa6250a8eb3ae138917a2040eca2c47
refs/heads/master: 6b0eed4ef3d024c3a709fbc3bb45ee5b0ac8486d
13 changes: 2 additions & 11 deletions trunk/arch/um/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ SYMLINK_HEADERS := $(foreach header,$(SYMLINK_HEADERS),$(ARCH_DIR)/include/asm/$
#
# These are cleaned up during mrproper. Please DO NOT fix it again, this is
# the Correct Thing(tm) to do!
ARCH_SYMLINKS = $(ARCH_DIR)/include/asm/arch $(ARCH_DIR)/include/shared/sysdep $(ARCH_DIR)/os \
ARCH_SYMLINKS = $(ARCH_DIR)/include/shared/sysdep $(ARCH_DIR)/os \
$(SYMLINK_HEADERS) $(ARCH_DIR)/include/shared/uml-config.h

MODE_INCLUDE += -I$(srctree)/$(ARCH_DIR)/include/shared/skas
Expand All @@ -38,7 +38,7 @@ include $(srctree)/$(ARCH_DIR)/Makefile-skas
ARCH_INCLUDE := -I$(ARCH_DIR)/include/shared
ifneq ($(KBUILD_SRC),)
ARCH_INCLUDE += -I$(srctree)/$(ARCH_DIR)/include/shared
KBUILD_CPPFLAGS += -I$(ARCH_DIR)/include # for arch symlink
KBUILD_CPPFLAGS += -I$(ARCH_DIR)/include # for SYMLINK_HEADERS
endif
SYS_DIR := $(ARCH_DIR)/include/shared/sysdep-$(SUBARCH)

Expand Down Expand Up @@ -154,15 +154,6 @@ else
$(Q)ln -sf $(basename $(notdir $@))-$(SUBARCH)$(suffix $@) $@
endif

$(ARCH_DIR)/include/asm/arch:
@echo ' SYMLINK $@'
ifneq ($(KBUILD_SRC),)
$(Q)mkdir -p $(objtree)/$(ARCH_DIR)/include/asm
$(Q)ln -fsn $(srctree)/arch/$(HEADER_ARCH)/include/asm $@
else
$(Q)ln -fsn ../../../$(HEADER_ARCH)/include/asm $@
endif

$(objtree)/$(ARCH_DIR)/include/shared:
@echo ' MKDIR $@'
$(Q)mkdir -p $@
Expand Down
7 changes: 0 additions & 7 deletions trunk/arch/um/include/asm/string.h

This file was deleted.

0 comments on commit 1522373

Please sign in to comment.