浏览代码

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

SVN-Revision: 16153
Felix Fietkau 16 年之前
父节点
当前提交
61f503c77a
共有 1 个文件被更改,包括 2 次插入0 次删除
  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)