File: makeall.sh

package info (click to toggle)
argyll 1.9.2%2Brepack-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 38,300 kB
  • sloc: ansic: 375,893; xml: 1,551; sh: 814; makefile: 602
file content (12 lines) | stat: -rw-r--r-- 286 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
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}