projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bf2927a
)
- andersee, what was that good for? It just slows down rebuilds as it delves into...
author
Bernhard Reutner-Fischer
<rep.dot.nop@gmail.com>
Sat, 2 Dec 2006 19:01:10 +0000
(19:01 -0000)
committer
Bernhard Reutner-Fischer
<rep.dot.nop@gmail.com>
Sat, 2 Dec 2006 19:01:10 +0000
(19:01 -0000)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/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)),)