head	1.2;
access;
symbols
	charm6_1:1.2
	charm_6_0_1:1.2
	charm6_0_1:1.2
	charm6_0:1.2
	ChaNGa_1-0:1.2
	charm5_9:1.2;
locks; strict;
comment	@# @;


1.2
date	2005.01.23.04.11.51;	author gzheng;	state Exp;
branches;
next	1.1;

1.1
date	2003.02.21.19.03.16;	author olawlor;	state Exp;
branches;
next	;


desc
@@


1.2
log
@updated
@
text
@#!/bin/sh
#
#
# This tiny script just calls build_on_system for each 
# system listed in system_list.
#

grep -v '^#' system_list | 
  awk -F: '{
	system("./build_on_system " $1 " &");
	system("sleep 15");
}'

@


1.1
log
@Re-wrote this automated build system, after a hard drive crash
destroyed the 2002 version.  Since I don't want to lose everything
again, I'm checking this one in.
@
text
@d8 2
a9 1
awk -F: '{
d11 2
a12 1
}' system_list
@

