Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 7235
b: refs/heads/master
c: 946dc12
h: refs/heads/master
i:
  7233: fd7a955
  7231: 464e25f
v: v3
  • Loading branch information
Sam Ravnborg committed Jul 14, 2005
1 parent da80edc commit 0e3407a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: a91f98a284321ffc9eb28ccfbf4329f7aa422f97
refs/heads/master: 946dc121d7d1c606f6bbeb8ae778963a1e2ff59c
4 changes: 2 additions & 2 deletions trunk/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -779,7 +779,7 @@ endif
# prepare1 creates a makefile if using a separate output directory
prepare1: prepare2 outputmakefile

prepare0: prepare1 include/linux/version.h $(objtree)/include/asm \
prepare0: prepare1 include/linux/version.h include/asm \
include/config/MARKER
ifneq ($(KBUILD_MODULES),)
$(Q)rm -rf $(MODVERDIR)
Expand Down Expand Up @@ -819,7 +819,7 @@ export CPPFLAGS_vmlinux.lds += -P -C -U$(ARCH)
# hard to detect, but I suppose "make mrproper" is a good idea
# before switching between archs anyway.

$(objtree)/include/asm:
include/asm:
@echo ' SYMLINK $@ -> include/asm-$(ARCH)'
$(Q)if [ ! -d include ]; then mkdir -p include; fi;
@ln -fsn asm-$(ARCH) $@
Expand Down

0 comments on commit 0e3407a

Please sign in to comment.