removed clean and distclean from the noconfig targets per case 0000232

2012.11.x
David Anders 2006-01-25 13:36:51 +00:00
parent 83e44e63f3
commit d4aab02a04
1 changed files with 1 additions and 2 deletions

View File

@ -27,8 +27,7 @@ CONFIG_DEFCONFIG = .defconfig
CONFIG = package/config
noconfig_targets := menuconfig config oldconfig randconfig \
defconfig allyesconfig allnoconfig clean distclean \
release tags
defconfig allyesconfig allnoconfig release tags
# Pull in the user's configuration file
ifeq ($(filter $(noconfig_targets),$(MAKECMDGOALS)),)