@ -166,27 +166,48 @@ $(CONFIG)/mconf:
fi
fi
menuconfig : $( CONFIG ) /mconf
menuconfig : $( CONFIG ) /mconf
-touch .config
-cp .config .config.test
@$( CONFIG) /mconf $( CONFIG_CONFIG_IN)
@$( CONFIG) /mconf $( CONFIG_CONFIG_IN)
-./scripts/configtest.pl
config : $( CONFIG ) /conf
config : $( CONFIG ) /conf
-touch .config
-cp .config .config.test
@$( CONFIG) /conf $( CONFIG_CONFIG_IN)
@$( CONFIG) /conf $( CONFIG_CONFIG_IN)
-./scripts/configtest.pl
oldconfig : $( CONFIG ) /conf
oldconfig : $( CONFIG ) /conf
-touch .config
-cp .config .config.test
@$( CONFIG) /conf -o $( CONFIG_CONFIG_IN)
@$( CONFIG) /conf -o $( CONFIG_CONFIG_IN)
-./scripts/configtest.pl
randconfig : $( CONFIG ) /conf
randconfig : $( CONFIG ) /conf
-touch .config
-cp .config .config.test
@$( CONFIG) /conf -r $( CONFIG_CONFIG_IN)
@$( CONFIG) /conf -r $( CONFIG_CONFIG_IN)
-./scripts/configtest.pl
allyesconfig : $( CONFIG ) /conf
allyesconfig : $( CONFIG ) /conf
#@$(CONFIG)/conf -y $(CONFIG_CONFIG_IN)
#@$(CONFIG)/conf -y $(CONFIG_CONFIG_IN)
#sed -i -e "s/^CONFIG_DEBUG.*/# CONFIG_DEBUG is not set/" .config
#sed -i -e "s/^CONFIG_DEBUG.*/# CONFIG_DEBUG is not set/" .config
-touch .config
-cp .config .config.test
@$( CONFIG) /conf -o $( CONFIG_CONFIG_IN)
@$( CONFIG) /conf -o $( CONFIG_CONFIG_IN)
-./scripts/configtest.pl
allnoconfig : $( CONFIG ) /conf
allnoconfig : $( CONFIG ) /conf
-touch .config
-cp .config .config.test
@$( CONFIG) /conf -n $( CONFIG_CONFIG_IN)
@$( CONFIG) /conf -n $( CONFIG_CONFIG_IN)
-./scripts/configtest.pl
defconfig : $( CONFIG ) /conf
defconfig : $( CONFIG ) /conf
-touch .config
-cp .config .config.test
@$( CONFIG) /conf -d $( CONFIG_CONFIG_IN)
@$( CONFIG) /conf -d $( CONFIG_CONFIG_IN)
-./scripts/configtest.pl
#############################################################
#############################################################
#
#