Files
argyllcms/makeall.sh
2026-08-20 20:28:40 +01:00

13 lines
286 B
Bash
Executable File

#!/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:-1}