# HG changeset patch # User Rob Landley # Date 1280212850 18000 # Node ID 0cc86c6680ac608ccc4e47b4ebf372552a8cb849 # Parent 469a6ce148295fac1f7eae102473b4cf2f1fabd0 List more environment variables sanitizing shouldn't drop. diff -r 469a6ce14829 -r 0cc86c6680ac config --- 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)