From: nbd 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-Url: https://git.archive.openwrt.org/?p=openwrt.git;a=commitdiff_plain;h=e7b69dec2d776f621354871b04496cd9645b89dc 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 --- 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)