changeset 1458:60f1087591ac

Add ability to specify a package to rebuild to build.sh with REBUILD= (and then dependencies take it from there to the system image).
author Rob Landley <rob@landley.net>
date Thu, 20 Oct 2011 02:02:10 -0500
parents 36749928076e
children 5c29a091278a
files build.sh
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/build.sh	Thu Oct 20 02:01:23 2011 -0500
+++ b/build.sh	Thu Oct 20 02:02:10 2011 -0500
@@ -59,6 +59,8 @@
 
 not_already()
 {
+  [ "$REBUILD" == "$1" ] && zap "$1"
+
   if [ -f "$BUILD/$1-$ARCH.tar.bz2" ]
   then
     echo "=== Skipping $1-$ARCH (already there)"