diff --git a/bochs/build/batch-build.perl b/bochs/build/batch-build.perl new file mode 100755 index 000000000..4d68333a2 --- /dev/null +++ b/bochs/build/batch-build.perl @@ -0,0 +1,146 @@ +#!/usr/bin/perl +# +# Batch build tool for multiple configurations +# +# switches: +# - show output vs. send it all to nohup. --nohup +# - serial or parallel. --parallel +# +# no args: serial, display output +# --nohup: serial, output to nohup.out. (Need summary.) +# --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 <$name/xterm-init.sh"); + print XTI <