From: Felix Fietkau Date: Thu, 28 May 2009 18:40:37 +0000 (+0000) Subject: add a "make prepare" target which builds everything up to target/compile, useful... X-Git-Tag: reboot~23396 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=commitdiff_plain;h=61f503c77ac7ce958ca951707a69d7a9d9327599 add a "make prepare" target which builds everything up to target/compile, useful for scripts/deptest.sh SVN-Revision: 16153 --- diff --git a/Makefile b/Makefile index 6cf4a4b1e0..db79274c9a 100644 --- a/Makefile +++ b/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)