2
1
Эх сурвалжийг харах

removed clean and distclean from the noconfig targets per case 0000232

David Anders 19 жил өмнө
parent
commit
d4aab02a04
1 өөрчлөгдсөн 1 нэмэгдсэн , 2 устгасан
  1. 1 2
      Makefile

+ 1 - 2
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 \
-	release tags
+	defconfig allyesconfig allnoconfig 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)),)