From: Bernhard Reutner-Fischer Date: Sat, 2 Dec 2006 19:01:10 +0000 (-0000) Subject: - andersee, what was that good for? It just slows down rebuilds as it delves into... X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=9e2503563a8113b95fe7a7a0b425c5d5698eef85;p=buildroot.git - andersee, what was that good for? It just slows down rebuilds as it delves into each sub-file needlessly.. Ripping out. --- diff --git a/Makefile b/Makefile index bc1772e828..6782a8228d 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)),)