add a "make prepare" target which builds everything up to target/compile, useful for scripts/deptest.sh

SVN-Revision: 16153
This commit is contained in:
Felix Fietkau 2009-05-28 18:40:37 +00:00
parent 98caacae20
commit 61f503c77a
1 changed files with 2 additions and 0 deletions

View File

@ -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)