浏览代码

removed clean and distclean from the noconfig targets per case 0000232

David Anders 19 年之前
父节点
当前提交
d4aab02a04
共有 1 个文件被更改,包括 1 次插入2 次删除
  1. 1 2
      Makefile

+ 1 - 2
Makefile

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