- andersee, what was that good for? It just slows down rebuilds as it delves into each sub-file needlessly.. Ripping out.

This commit is contained in:
Bernhard Reutner-Fischer 2006-12-02 19:01:10 +00:00
parent bf2927a41f
commit 9e2503563a

View File

@ -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)),)