# HG changeset patch # User Rob Landley # Date 1276983371 18000 # Node ID 87a8efd61d54aaf6fb491d1bcf568c3909035ecf # Parent 075c7e067ccd6237b7fe2cc79189527c75a24d03 Don't use maybe_fork for creating control images yet, extracting the same tarball from multiple stages conflicts. diff -r 075c7e067ccd -r 87a8efd61d54 sources/more/buildall.sh --- 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