- andersee, what was that good for? It just slows down rebuilds as it delves into...
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Sat, 2 Dec 2006 19:01:10 +0000 (19:01 -0000)
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Sat, 2 Dec 2006 19:01:10 +0000 (19:01 -0000)
Makefile

index bc1772e828e94b9516ae7d453201370c353f9805..6782a8228d7e5e15afa70dc11eec61de396803da 100644 (file)
--- a/Makefile
+++ b/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)),)