summaryrefslogtreecommitdiffstats
path: root/config/conclude.am
diff options
context:
space:
mode:
authorJames Laird <jlaird@hdfgroup.org>2005-09-20 21:46:24 (GMT)
committerJames Laird <jlaird@hdfgroup.org>2005-09-20 21:46:24 (GMT)
commit3267458b648b168e4e627a0a02924533dfd3b149 (patch)
tree54d1c26a2aaf65439d940db65fdb0164abad19c9 /config/conclude.am
parent8d7dbd9dc1d33990028bbf00a3424545d8e06033 (diff)
downloadhdf5-3267458b648b168e4e627a0a02924533dfd3b149.zip
hdf5-3267458b648b168e4e627a0a02924533dfd3b149.tar.gz
hdf5-3267458b648b168e4e627a0a02924533dfd3b149.tar.bz2
[svn-r11446] Purpose:
Bug fix Description: Massaged the newer script and config/conclude.am to make SX6 happy. Platforms tested: SX6, sol, mir
Diffstat (limited to 'config/conclude.am')
-rw-r--r--config/conclude.am5
1 files changed, 3 insertions, 2 deletions
diff --git a/config/conclude.am b/config/conclude.am
index 20ca133..35345be 100644
--- a/config/conclude.am
+++ b/config/conclude.am
@@ -125,9 +125,10 @@ $(TEST_PROG_CHKEXE) $(TEST_PROG_PARA_CHKEXE) dummy.chkexe_:
$(TEST_SCRIPT_CHKSH) $(TEST_SCRIPT_PARA_CHKSH) dummysh.chkexe_:
@if test "X$@" != "X.chkexe_" && test "X$@" != "Xdummysh.chkexe_"; then \
tname=`basename $(@:.chkexe_=)`;\
+ chkname=`basename $(@:.chkexe_=.chkexe)`;\
log=`basename $(@:.chkexe_=.chklog)`; \
echo "============================"; \
- if $(top_srcdir)/bin/newer `basename $(@:.chkexe_=.chkexe)` $(SCRIPT_DEPEND); then \
+ if $(top_srcdir)/bin/newer ${chkname} $(SCRIPT_DEPEND); then \
echo "No need to test $${tname} again."; \
else \
echo "============================" > $${log}; \
@@ -145,7 +146,7 @@ $(TEST_SCRIPT_CHKSH) $(TEST_SCRIPT_PARA_CHKSH) dummysh.chkexe_:
RUNSERIAL="$(RUNSERIAL)" RUNPARALLEL="$(RUNPARALLEL)" \
srcdir="$(srcdir)" \
$(TIME) $(SHELL) $(@:.chkexe_=) $(TEST_FLAGS) >> $${log} 2>&1 \
- && touch `basename $(@:.chkexe_=.chkexe)` || \
+ && touch $${chkname} || \
(test $$HDF5_Make_Ignore && echo "*** Error ignored") || \
(cat $${log} && false) || exit 1; \
echo "" >> $${log}; \