10 lines
185 B
Plaintext
10 lines
185 B
Plaintext
|
#!/bin/sh
|
||
|
# call the 'configure' script located in 'builds/unix'
|
||
|
# this should re-generate the following files:
|
||
|
#
|
||
|
# config.mk
|
||
|
# Jamfile
|
||
|
# install
|
||
|
#
|
||
|
make setup unix CFG="$@"
|