add a "make prepare" target which builds everything up to target/compile, useful...
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 28 May 2009 18:40:37 +0000 (18:40 +0000)
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 28 May 2009 18:40:37 +0000 (18:40 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16153 3c298f89-4303-0410-b956-a3cf2f4a3e73

Makefile

index 6cf4a4b..db79274 100644 (file)
--- 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)
This page took 0.025277 seconds and 4 git commands to generate.