浏览代码

- andersee, what was that good for? It just slows down rebuilds as it delves into each sub-file needlessly.. Ripping out.

Bernhard Reutner-Fischer 18 年之前
父节点
当前提交
9e2503563a
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      Makefile

+ 2 - 1
Makefile

@@ -28,7 +28,8 @@ CONFIG = package/config
 
 noconfig_targets := menuconfig config oldconfig randconfig \
 	defconfig allyesconfig allnoconfig release tags    \
-	$(shell find . -name *_defconfig |sed 's/.*\///')
+
+#	$(shell find . -name *_defconfig |sed 's/.*\///')
 
 # Pull in the user's configuration file
 ifeq ($(filter $(noconfig_targets),$(MAKECMDGOALS)),)