Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 8446
b: refs/heads/master
c: cd05e6b
h: refs/heads/master
v: v3
  • Loading branch information
Jan Beulich authored and Sam Ravnborg committed Sep 10, 2005
1 parent b9033a7 commit ef115f6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 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: 4e25d8bb9550fb5912165196fe8502cdb831a336
refs/heads/master: cd05e6bdc6001ac6e8ab13720693b7e1302d9848
10 changes: 6 additions & 4 deletions trunk/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -382,6 +382,9 @@ RCS_TAR_IGNORE := --exclude SCCS --exclude BitKeeper --exclude .svn --exclude CV
scripts_basic:
$(Q)$(MAKE) $(build)=scripts/basic

# To avoid any implicit rule to kick in, define an empty command.
scripts/basic/%: scripts_basic ;

.PHONY: outputmakefile
# outputmakefile generate a Makefile to be placed in output directory, if
# using a seperate output directory. This allows convinient use
Expand Down Expand Up @@ -444,9 +447,8 @@ ifeq ($(config-targets),1)
include $(srctree)/arch/$(ARCH)/Makefile
export KBUILD_DEFCONFIG

config: scripts_basic outputmakefile FORCE
$(Q)$(MAKE) $(build)=scripts/kconfig $@
%config: scripts_basic outputmakefile FORCE
config %config: scripts_basic outputmakefile FORCE
$(Q)mkdir -p include/linux
$(Q)$(MAKE) $(build)=scripts/kconfig $@

else
Expand Down Expand Up @@ -854,7 +856,7 @@ include/asm:

# Split autoconf.h into include/linux/config/*

include/config/MARKER: include/linux/autoconf.h
include/config/MARKER: scripts/basic/split-include include/linux/autoconf.h
@echo ' SPLIT include/linux/autoconf.h -> include/config/*'
@scripts/basic/split-include include/linux/autoconf.h include/config
@touch $@
Expand Down

0 comments on commit ef115f6

Please sign in to comment.