From fa0dfd79948bd12baea24ef678779d33ba2af211 Mon Sep 17 00:00:00 2001 From: Bryce Denney Date: Sun, 15 Sep 2002 14:35:38 +0000 Subject: [PATCH] - add --clean option to make it easy to clean up afterward - try to find the configure script and set the path correctly, in case the script is run from the main directory, build, etc. - name the build directories build-$name so they don't overwrite anything. Now that I have "rm -rf" in my script I wanted to be a little more careful. --- bochs/build/batch-build.perl | 69 +++++++++++++++++++++++++++++------- 1 file changed, 56 insertions(+), 13 deletions(-) diff --git a/bochs/build/batch-build.perl b/bochs/build/batch-build.perl index 4d68333a2..854e08824 100755 --- a/bochs/build/batch-build.perl +++ b/bochs/build/batch-build.perl @@ -1,4 +1,7 @@ #!/usr/bin/perl +##################################################################### +# $Id: batch-build.perl,v 1.2 2002-09-15 14:35:38 bdenney Exp $ +##################################################################### # # Batch build tool for multiple configurations # @@ -11,19 +14,17 @@ # --nohup --parallel: parallel, output to nohup.out # --parallel: parallel, spawn xterm for each # -# Testing: -# no args: good -# nohup: good -# parallel: ? -# nohup parallel: ? sub usage { print <$name/build.sh"); print BUILD <