mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-23 21:37:10 +02:00
make sure that at least sed is built before kernel_menuconfig/kernel_oldconfig is executed
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15433 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
3620dd0bd5
commit
f5c5ebc6e0
@ -82,10 +82,19 @@ menuconfig: scripts/config/mconf prepare-tmpinfo FORCE
|
||||
fi
|
||||
$< Config.in
|
||||
|
||||
kernel_oldconfig: .config FORCE
|
||||
prepare_kernel_conf: .config FORCE
|
||||
|
||||
ifeq ($(wildcard staging_dir/host/bin/sed),)
|
||||
prepare_kernel_conf:
|
||||
@+$(SUBMAKE) -r tools/sed/install
|
||||
else
|
||||
prepare_kernel_conf: ;
|
||||
endif
|
||||
|
||||
kernel_oldconfig: prepare_kernel_conf
|
||||
$(_SINGLE)$(NO_TRACE_MAKE) -C target/linux oldconfig
|
||||
|
||||
kernel_menuconfig: .config FORCE
|
||||
kernel_menuconfig: prepare_kernel_conf
|
||||
$(_SINGLE)$(NO_TRACE_MAKE) -C target/linux menuconfig
|
||||
|
||||
tmp/.prereq-build: include/prereq-build.mk
|
||||
|
Loading…
Reference in New Issue
Block a user