diff system-image.sh @ 720:74850275fe41

Make "wait4background" with no arguments wait for all background tasks.
author Rob Landley <rob@landley.net>
date Sun, 26 Apr 2009 14:19:21 -0500
parents 428df726cf7f
children 14b9373956a7
line wrap: on
line diff
--- a/system-image.sh	Fri Apr 24 22:33:31 2009 -0500
+++ b/system-image.sh	Sun Apr 26 14:19:21 2009 -0500
@@ -80,7 +80,7 @@
 
   # Wait for initial kernel build to finish.
 
-  wait4background 0
+  wait4background
 
   # This is a repeat of an earlier make invocation, but if we try to
   # consolidate them the dependencies build unnecessary prereqisites
@@ -144,7 +144,7 @@
 # Wait for kernel build to finish (may be a NOP)
 
 echo Image generation complete.
-wait4background 0
+wait4background
 trap "" EXIT
 
 # Install kernel