Explorar o código

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

SVN-Revision: 16153
Felix Fietkau %!s(int64=16) %!d(string=hai) anos
pai
achega
61f503c77a
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      Makefile

+ 2 - 0
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)