summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer2006-12-02 20:01:10 +0100
committerBernhard Reutner-Fischer2006-12-02 20:01:10 +0100
commit9e2503563a8113b95fe7a7a0b425c5d5698eef85 (patch)
treec9f2f5e5fdc6abb85e4129800e121d0accae6870 /Makefile
parent- rm cruft via fakeroot, not afterwards where it has no effect. (diff)
downloadbuildroot-9e2503563a8113b95fe7a7a0b425c5d5698eef85.tar.gz
buildroot-9e2503563a8113b95fe7a7a0b425c5d5698eef85.tar.xz
buildroot-9e2503563a8113b95fe7a7a0b425c5d5698eef85.zip
- andersee, what was that good for? It just slows down rebuilds as it delves into each sub-file needlessly.. Ripping out.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index bc1772e82..6782a8228 100644
--- 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)),)