diff config @ 675:4571f63c2298

Add SKIP_STAGE_TARBALLS config option to skip creating tarballs after each stage.
author Rob Landley <rob@landley.net>
date Mon, 30 Mar 2009 01:11:34 -0500
parents fa2498e3b3c9
children aad5da0c7454
line wrap: on
line diff
--- a/config	Sun Mar 29 23:30:29 2009 -0500
+++ b/config	Mon Mar 30 01:11:34 2009 -0500
@@ -78,6 +78,9 @@
 # Debugging option to leave source in build/temp-$ARCH after build.
 # export NO_CLEANUP=1
 
+# Don't create tarballs at the end of each stage.
+# export SKIP_STAGE_TARBALLS=1
+
 # If this is set, the output of the various stages will be color coded.
 # export USE_COLOR=1