From ffdf709791d9fdee2356b82982829198bb3b1064 Mon Sep 17 00:00:00 2001 From: Albert Cheng Date: Tue, 8 Mar 2005 12:56:28 -0500 Subject: [svn-r10164] Purpose: Removed old feature Description: Removed the hardsetting of --prefix and creation of / directory since this version has prefix default to hdf5/ in the build-directory and will create the / directory during install. Also updated the help page to reflect the change. Platforms tested: Tested in heping by hand. --- bin/buildhdf5 | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/bin/buildhdf5 b/bin/buildhdf5 index 03b6ade..5e44a10 100755 --- a/bin/buildhdf5 +++ b/bin/buildhdf5 @@ -51,12 +51,6 @@ hosts building simultantously using a common source code. .../arabica # for SunOS 2.7 .../arabicapp # for SunOS 2.7 parallel .../burrwhite # for Linux 2.4 - -Installing binary -================= -This command always install the binary in \$PWD/installdir. -This allows multiple install testing in the same host if the srcdir -configure is used. EOF } @@ -229,11 +223,7 @@ LOCATE_GASS() # Configure. Default to do --srcdir. CONFIG() { - INSTALLDIR=`pwd`/installdir - - test -d $INSTALLDIR || ( echo mkdir $INSTALLDIR; \ - test "$NOEXEC" != 'noexec' && mkdir $INSTALLDIR ) - CMD="$SRCDIR/configure --prefix=$INSTALLDIR $*" + CMD="$SRCDIR/configure $*" echo $CMD if [ "$NOEXEC" != 'noexec' ]; then $CMD -- cgit v0.12