Mike Frysinger 17 лет назад
Родитель
Сommit
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