removed clean and distclean from the noconfig targets per case 0000232
This commit is contained in:
parent
83e44e63f3
commit
d4aab02a04
3
Makefile
3
Makefile
@ -27,8 +27,7 @@ CONFIG_DEFCONFIG = .defconfig
|
|||||||
CONFIG = package/config
|
CONFIG = package/config
|
||||||
|
|
||||||
noconfig_targets := menuconfig config oldconfig randconfig \
|
noconfig_targets := menuconfig config oldconfig randconfig \
|
||||||
defconfig allyesconfig allnoconfig clean distclean \
|
defconfig allyesconfig allnoconfig release tags
|
||||||
release tags
|
|
||||||
|
|
||||||
# Pull in the user's configuration file
|
# Pull in the user's configuration file
|
||||||
ifeq ($(filter $(noconfig_targets),$(MAKECMDGOALS)),)
|
ifeq ($(filter $(noconfig_targets),$(MAKECMDGOALS)),)
|
||||||
|
Loading…
Reference in New Issue
Block a user