From 78b781b933a187eebdc08b3e8eb451ab030d69d3 Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Thu, 25 Sep 2008 09:13:21 +0000 Subject: - expand documentation --- extra/scripts/randconfig.sh | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'extra/scripts') diff --git a/extra/scripts/randconfig.sh b/extra/scripts/randconfig.sh index d0be318c8..5986a9b12 100755 --- a/extra/scripts/randconfig.sh +++ b/extra/scripts/randconfig.sh @@ -1,9 +1,16 @@ #!/bin/sh +# build random configurations +# Usage: +# ARCH=i386 nohup ./extra/scripts/randconfig.sh & sleep 1800 && touch STOP +# +# The above builds random i386 configs and automatically stops after 30 minutes + test "x$ARCH" = "x" && ARCH=`uname -m` KCONFIG_ALLCONFIG=.config.allconfig (echo TARGET_$ARCH=y echo '# UCLIBC_PREGENERATED_LOCALE_DATA is not set' + echo '# DOMULTI is not set' echo '# UCLIBC_DOWNLOAD_PREGENERATED_LOCALE_DATA is not set' ) > $KCONFIG_ALLCONFIG export KCONFIG_ALLCONFIG @@ -24,3 +31,4 @@ do fi make distclean > /dev/null || true done +rm -f STOP -- cgit v1.2.3