mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-24 00:14:05 +02:00
add a "make prepare" target which builds everything up to target/compile, useful for scripts/deptest.sh
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16153 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
22c5f2c385
commit
e7b69dec2d
2
Makefile
2
Makefile
@ -48,6 +48,8 @@ $(BUILD_DIR)/.prepared: Makefile
|
|||||||
@mkdir -p $$(dirname $@)
|
@mkdir -p $$(dirname $@)
|
||||||
@touch $@
|
@touch $@
|
||||||
|
|
||||||
|
prepare: $(target/stamp-compile)
|
||||||
|
|
||||||
clean: FORCE
|
clean: FORCE
|
||||||
$(_SINGLE)$(SUBMAKE) target/linux/clean
|
$(_SINGLE)$(SUBMAKE) target/linux/clean
|
||||||
rm -rf $(BUILD_DIR) $(BIN_DIR) $(BUILD_LOG_DIR)
|
rm -rf $(BUILD_DIR) $(BIN_DIR) $(BUILD_LOG_DIR)
|
||||||
|
Loading…
Reference in New Issue
Block a user