changeset 1181:0cc86c6680ac

List more environment variables sanitizing shouldn't drop.
author Rob Landley <rob@landley.net>
date Tue, 27 Jul 2010 01:40:50 -0500
parents 469a6ce14829
children c5ebf1e353c7
files config
diffstat 1 files changed, 8 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/config	Mon Jul 26 16:47:41 2010 -0500
+++ b/config	Tue Jul 27 01:40:50 2010 -0500
@@ -148,6 +148,14 @@
 
 # export SIMPLE_ROOT_OVERLAY="overlay"
 
+# Build more things in parallel.
+
+# export FORK=1
+
+# Force a specific number of CPUs instead of autodetecting.
+
+# export CPUS=1
+
 # This isn't actually one of our variables, but a number of packages listen
 # to this to add extra debug info to their binaries.  (Use with SKIP_STRIP)