From c20d7eddc08de878a5407f03e0cd984f60262995 Mon Sep 17 00:00:00 2001 From: Steven Shaw Date: Thu, 7 Dec 2006 20:07:19 +0000 Subject: New make-dist script and related files. Just a hack for now to build a binary dev release. Also updated README-dev with correct automake version and note about configuring cppunit git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@483638 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/build.rhel3 | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100755 cpp/build.rhel3 (limited to 'cpp/build.rhel3') 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 "$@" -- cgit v1.2.1