From 61f503c77ac7ce958ca951707a69d7a9d9327599 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Thu, 28 May 2009 18:40:37 +0000 Subject: [PATCH] add a "make prepare" target which builds everything up to target/compile, useful for scripts/deptest.sh SVN-Revision: 16153 --- Makefile | 2 ++ 1 file changed, 2 insertions(+) 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)