svn commit: trunk/uClibc/extra/scripts

aldot at uclibc.org aldot at uclibc.org
Thu Sep 25 09:13:22 UTC 2008


Author: aldot
Date: 2008-09-25 02:13:21 -0700 (Thu, 25 Sep 2008)
New Revision: 23483

Log:
- expand documentation


Modified:
   trunk/uClibc/extra/scripts/randconfig.sh


Changeset:
Modified: trunk/uClibc/extra/scripts/randconfig.sh
===================================================================
--- trunk/uClibc/extra/scripts/randconfig.sh	2008-09-25 09:03:14 UTC (rev 23482)
+++ trunk/uClibc/extra/scripts/randconfig.sh	2008-09-25 09:13:21 UTC (rev 23483)
@@ -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 @@
   fi
   make distclean > /dev/null || true
 done
+rm -f STOP




More information about the uClibc-cvs mailing list