diff options
Diffstat (limited to 'cpp/build.rhel3')
| -rwxr-xr-x | cpp/build.rhel3 | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/cpp/build.rhel3 b/cpp/build.rhel3 deleted file mode 100755 index bc35b7cfa2..0000000000 --- a/cpp/build.rhel3 +++ /dev/null @@ -1,18 +0,0 @@ -#!/bin/bash - -ln -fs options-rhel3.mk options-local.mk - -PATH=~/local/make-3.80/bin:$PATH -PATH=~/local/apr-1.2.7/bin:$PATH -PATH=~/local/cppunit-1.11.4/bin:$PATH -PATH=~/local/jdk-1.5/bin:$PATH - -LD_LIBRARY_PATH=~/local/apr-1.2.7/lib:$LD_LIBRARY_PATH - -export GENTOOLS_DIR=../gentools - -echo Building release build -RELEASE=1 make "$@" - -echo Building debug build -make "$@" |
