diff options
-rwxr-xr-x | bin/buildhdf5 | 12 |
1 files changed, 1 insertions, 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 |