From 9e2503563a8113b95fe7a7a0b425c5d5698eef85 Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Sat, 2 Dec 2006 19:01:10 +0000 Subject: - andersee, what was that good for? It just slows down rebuilds as it delves into each sub-file needlessly.. Ripping out. --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') 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)),) -- cgit v1.2.3-55-g7522