瀏覽代碼

add silentoldconfig target

Mike Frysinger 17 年之前
父節點
當前提交
d5e463c5e8
共有 1 個文件被更改,包括 4 次插入1 次删除
  1. 4 1
      Makefile.in

+ 4 - 1
Makefile.in

@@ -8,7 +8,7 @@
 #--------------------------------------------------------------
 # You shouldn't need to mess with anything beyond this point...
 #--------------------------------------------------------------
-noconfig_targets := menuconfig config oldconfig randconfig \
+noconfig_targets := menuconfig config oldconfig silentoldconfig randconfig \
 	defconfig allyesconfig allnoconfig clean distclean \
 	release dist tags
 
@@ -301,6 +301,9 @@ config: extra/config/conf
 oldconfig: extra/config/conf
 	$(Q)./extra/config/conf -o extra/Configs/Config.in
 
+silentoldconfig: extra/config/conf
+	$(Q)./extra/config/conf -s extra/Configs/Config.in
+
 randconfig: extra/config/conf
 	$(Q)./extra/config/conf -r extra/Configs/Config.in