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
1 changed files with 2 additions and 0 deletions
2
Makefile
2
Makefile
|
@ -48,6 +48,8 @@ $(BUILD_DIR)/.prepared: Makefile
|
|||
@mkdir -p $$(dirname $@)
|
||||
@touch $@
|
||||
|
||||
prepare: $(target/stamp-compile)
|
||||
|
||||
clean: FORCE
|
||||
$(_SINGLE)$(SUBMAKE) target/linux/clean
|
||||
rm -rf $(BUILD_DIR) $(BIN_DIR) $(BUILD_LOG_DIR)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue