mirror of https://github.com/hak5/openwrt-owl.git
add a "make prepare" target which builds everything up to target/compile, useful for scripts/deptest.sh
SVN-Revision: 16153owl
parent
98caacae20
commit
61f503c77a
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