diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2009-08-25 14:52:08 +0200 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2009-08-25 14:52:08 +0200 |
commit | 6625518cd6894338937a74ca6b9187b7b8167b03 (patch) | |
tree | 664091503cb8298c20636b33f29ca8b97032c46f /extra/scripts | |
parent | e3b6a036cebebeaeb85976ceff29c7833679d83d (diff) |
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 <rep.dot.nop@gmail.com>
Diffstat (limited to 'extra/scripts')
-rwxr-xr-x | extra/scripts/MAKEALL | 2 |
1 files changed, 1 insertions, 1 deletions
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="" |