mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-03-31 17:10:47 +08:00
[svn-r11089] Purpose:
cleanup. Description: The install directory (--prefix) has been changed to $PWD/hdf5 long time ago. It is no need to reset to installdir any more. Platforms tested: Change is trivial and will be tested in Daily tests. Misc. update:
This commit is contained in:
parent
37e0b58f86
commit
7a2590222e
@ -342,8 +342,6 @@ if [ "$cmd" = "all" -o -n "$cmdtest" -o -n "$cmddiff" ]; then
|
||||
TESTDIR=${BASEDIR}/TestDir/${SRCDIRNAME}
|
||||
test -d ${TESTDIR} || mkdir ${TESTDIR}
|
||||
fi
|
||||
INSTALLDIR=${TESTDIR}/installdir
|
||||
test -d $INSTALLDIR || mkdir $INSTALLDIR
|
||||
# Make sure current version exists and is clean
|
||||
if [ -d ${TESTDIR} ]; then
|
||||
(cd ${TESTDIR} && ${MAKE} distclean)
|
||||
@ -386,7 +384,7 @@ if [ "$cmd" = "all" -o -n "$cmdtest" -o -n "$cmddiff" ]; then
|
||||
if [ "$snapshot" = "yes" ]; then
|
||||
if (cd ${TESTDIR} && \
|
||||
TIMESTAMP "configure" && \
|
||||
${srcdir:+${CURRENT}/}${CONFIGURE} --prefix=$INSTALLDIR && \
|
||||
${srcdir:+${CURRENT}/}${CONFIGURE} && \
|
||||
TIMESTAMP "make" && \
|
||||
${MAKE} && \
|
||||
TIMESTAMP "check" && \
|
||||
|
Loading…
x
Reference in New Issue
Block a user