changeset 1111:6b20e20bb291

Vary $WORK directory so making multiple control images in parallel with FORK=1 doesn't conflict.
author Rob Landley <rob@landley.net>
date Sun, 13 Jun 2010 22:54:25 -0500
parents 716ad74e0598
children 25607cc50c8f
files sources/native-builds/hello-world.sh sources/native-builds/static-tools.sh
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/sources/native-builds/hello-world.sh	Sun Jun 13 02:47:49 2010 -0500
+++ b/sources/native-builds/hello-world.sh	Sun Jun 13 22:54:25 2010 -0500
@@ -12,7 +12,7 @@
 
 # Set up working directories
 
-WORK="$WORK"/sub
+WORK="$WORK"/hello-world
 blank_tempdir "$WORK"
 
 cat > "$WORK"/init << 'EOF' || dienow
--- a/sources/native-builds/static-tools.sh	Sun Jun 13 02:47:49 2010 -0500
+++ b/sources/native-builds/static-tools.sh	Sun Jun 13 22:54:25 2010 -0500
@@ -13,7 +13,7 @@
 PATCHDIR="$SOURCES/native-builds/static-tools-patches"
 ls $PATCHDIR
 SRCDIR="$SRCDIR/native" && mkdir -p "$SRCDIR" || dienow
-WORK="$WORK"/sub && blank_tempdir "$WORK"
+WORK="$WORK"/static-tools && blank_tempdir "$WORK"
 
 echo "=== Download source code."