summaryrefslogtreecommitdiff
path: root/makeall.sh
diff options
context:
space:
mode:
Diffstat (limited to 'makeall.sh')
-rw-r--r--makeall.sh12
1 files changed, 12 insertions, 0 deletions
diff --git a/makeall.sh b/makeall.sh
new file mode 100644
index 0000000..eb4ac7d
--- /dev/null
+++ b/makeall.sh
@@ -0,0 +1,12 @@
+#!/bin/sh
+echo "Script to invoke Jam from the top"
+
+if [ X$OS != "XWindows_NT" ] ; then
+ # Fixup issues with the .zip format
+ chmod +x *.sh
+fi
+
+# Make sure that some environment variable are visible to Jam:
+export OSTYPE MACHTYPE HOSTTYPE
+
+jam -q -fJambase -j${NUMBER_OF_PROCESSORS:-2}