diff config @ 815:8129df56091b

Extended setupfor/cleanup to create binary package tarballs if the configure option BINARY_PACKAGE_TARBALLS is set. These tarballs extract into the current directory and add all the changed files installed by this package build, so you can pick and choose when assembling your own filesystem.
author Rob Landley <rob@landley.net>
date Wed, 26 Aug 2009 02:37:57 -0500
parents db06a8c1bfed
children f80c47e8991d
line wrap: on
line diff
--- a/config	Mon Aug 24 00:29:35 2009 -0500
+++ b/config	Wed Aug 26 02:37:57 2009 -0500
@@ -123,3 +123,8 @@
 # Don't update the title bar in the display
 
 # export NO_TITLE_BAR=1
+
+# Create a tarball with the files installed by each individual package at
+# each stage of the build.
+
+# export BINARY_PACKAGE_TARBALLS=1