changeset 974:51a8a0076c9d

Oops. Wait for native build to finish before exiting.
author Rob Landley <rob@landley.net>
date Sat, 06 Feb 2010 01:00:46 -0600
parents cfeaae1c55ed
children 55cf620008b4
files sources/more/buildall.sh
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/sources/more/buildall.sh	Fri Feb 05 17:47:59 2010 -0600
+++ b/sources/more/buildall.sh	Sat Feb 06 01:00:46 2010 -0600
@@ -75,6 +75,8 @@
   maybe_fork "sources/more/native-build.sh $i build/host-temp/hdc.sqf build/native-static | tee build/logs/native-$i.txt | maybe_quiet"
 done
 
+wait
+
 # Create a file containing simple pass/fail results for all architectures.
 
 sources/more/smoketest-all.sh --logs | tee build/logs/status.txt