Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 7231
b: refs/heads/master
c: d80e224
h: refs/heads/master
i:
  7229: 4e7980a
  7227: e8ff6a1
  7223: 0ab35b2
  7215: 4604446
  7199: 0463b11
  7167: 4561ccd
v: v3
  • Loading branch information
Sam Ravnborg committed Jul 14, 2005
1 parent f5e02c9 commit 464e25f
Show file tree
Hide file tree
Showing 2 changed files with 5 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: c5f75eca120de6587e67a1951ce3e6912e2c6879
refs/heads/master: d80e22460968ec7986c82fd7d207ebe3de59e03d
7 changes: 4 additions & 3 deletions trunk/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -767,7 +767,7 @@ $(vmlinux-dirs): prepare-all scripts
prepare2:
ifneq ($(KBUILD_SRC),)
@echo ' Using $(srctree) as source for kernel'
$(Q)if [ -h $(srctree)/include/asm -o -f $(srctree)/.config ]; then \
$(Q)if [ -f $(srctree)/.config ]; then \
echo " $(srctree) is not clean, please run 'make mrproper'";\
echo " in the '$(srctree)' directory.";\
/bin/false; \
Expand All @@ -779,7 +779,8 @@ endif
# prepare1 creates a makefile if using a separate output directory
prepare1: prepare2 outputmakefile

prepare0: prepare1 include/linux/version.h include/asm include/config/MARKER
prepare0: prepare1 include/linux/version.h $(objtree)/include/asm \
include/config/MARKER
ifneq ($(KBUILD_MODULES),)
$(Q)rm -rf $(MODVERDIR)
$(Q)mkdir -p $(MODVERDIR)
Expand Down Expand Up @@ -818,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.

include/asm:
$(objtree)/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 464e25f

Please sign in to comment.