changeset 1124:87a8efd61d54

Don't use maybe_fork for creating control images yet, extracting the same tarball from multiple stages conflicts.
author Rob Landley <rob@landley.net>
date Sat, 19 Jun 2010 16:36:11 -0500
parents 075c7e067ccd
children f44ca6ebdab7
files sources/more/buildall.sh
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/sources/more/buildall.sh	Fri Jun 18 15:48:14 2010 -0500
+++ b/sources/more/buildall.sh	Sat Jun 19 16:36:11 2010 -0500
@@ -45,7 +45,8 @@
 for i in sources/native-builds/*.sh
 do
   X=$(echo $i | sed 's@.*/\(.*\)\.sh@\1@')
-  maybe_fork "$i build/control-images/${X}.hdc | maybe_quiet"
+  # Don't use maybe_fork here, the extract stages conflict.
+  $i build/control-images/${X}.hdc | maybe_quiet
 done
 
 wait