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 | johnpye | 79 | #!/bin/bash |
2 | |||
3 | jds | 129 | echo "I AM DEPRECATED. Please use configure in ../base/unixAC231!" |
4 | |||
5 | johnpye | 79 | 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 | johnpye | 82 | exit 1 |
13 | johnpye | 79 | fi |
14 | fi | ||
15 | |||
16 | johnpye | 82 | cp Jamrules_general.in Jamrules_general |
17 | johnpye | 79 | 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 |