File: makeinstall.sh

package info (click to toggle)
argyll 3.3.0%2Brepack-1.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 34,012 kB
  • sloc: ansic: 402,916; javascript: 36,570; xml: 1,551; sh: 520; makefile: 428
file content (9 lines) | stat: -rwxr-xr-x 285 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
#!/bin/sh
echo "Script to invoke Jam from the top and install"
echo "binaries in the ./bin directory and samples into the ref ./directory"

if [ X$OS != "XWindows_NT" ] ; then
	# Fixup issues with the .zip format
	chmod +x *.sh
fi
jam -q -fJambase -j${NUMBER_OF_PROCESSORS:-1} install