From 6625518cd6894338937a74ca6b9187b7b8167b03 Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Tue, 25 Aug 2009 14:52:08 +0200 Subject: default ?conf to native arch Default is now the native arch, you can start a fresh .config via 'make ARCH=ia64 menuconfig'. Signed-off-by: Bernhard Reutner-Fischer --- extra/scripts/MAKEALL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extra/scripts') diff --git a/extra/scripts/MAKEALL b/extra/scripts/MAKEALL index 6bacc9a7c..c5f388e20 100755 --- a/extra/scripts/MAKEALL +++ b/extra/scripts/MAKEALL @@ -71,7 +71,7 @@ mark_arch() if [ -z "$*" ] ; then set -- $(awk \ '$0 ~ /^config TARGET_/ { sub("TARGET_",""); print $NF }' \ - extra/Configs/Config.in | grep -v SUBARCH) + extra/Configs/Config.in.arches | grep -v SUBARCH) fi pass="" fail="" -- cgit v1.2.3