Parent Directory
|
Revision Log
Reworked jam build system: - integrated Jamrules.in and Jamrules_tcltk98.in with autoconf - now support single-point building from trunk/jam - old jam files still in place but deprecated - may be buggy, please report back bugs for fixing Compiled on both Windows and Linux.
1 | #!/bin/bash |
2 | |
3 | echo "I AM DEPRECATED. Please use configure in ../base/unixAC231!" |
4 | |
5 | if [ -e Jamrules_general ]; then |
6 | if [ ! -e Jamrules_general.old ]; then |
7 | echo "Moving Jamrules_general out of the way..." |
8 | mv Jamrules_general Jamrules_general.old |
9 | else |
10 | echo "Can't move Jamrules_general out of the way..." |
11 | echo "Jamrules_general.old is already there." |
12 | exit 1 |
13 | fi |
14 | fi |
15 | |
16 | cp Jamrules_general.in Jamrules_general |
17 | echo "Jamrules_general created. Edit for you local configuration" |
Name | Value |
---|---|
svn:executable | * |
john.pye@anu.edu.au | ViewVC Help |
Powered by ViewVC 1.1.22 |