summaryrefslogtreecommitdiffstats
path: root/tools/h5recover/Makefile.in
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>2008-03-29 08:32:44 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>2008-03-29 08:32:44 (GMT)
commite023ad625fbfa97ed0cfcd05861f626e55b4b262 (patch)
tree152b0ba3b84d15fefbd246867965203b17bd0d73 /tools/h5recover/Makefile.in
parentb95e5a90cdf9c6c7116e6d3432fb10daf0351fb8 (diff)
downloadhdf5-e023ad625fbfa97ed0cfcd05861f626e55b4b262.zip
hdf5-e023ad625fbfa97ed0cfcd05861f626e55b4b262.tar.gz
hdf5-e023ad625fbfa97ed0cfcd05861f626e55b4b262.tar.bz2
[svn-r14783] In Red storm, the process may hang when it was writing data and got interrupted by ALARM.
Eliminate all printf() calls during signal handling. Also _exit() sometimes hangs the Red Storm processes. Replaced it with SIGTERM. Moved trecover away from TEST_PROG since it always exits with non-zero status since it is ended by SIGTERM now. Tested: Kagiso and Red Storm.
Diffstat (limited to 'tools/h5recover/Makefile.in')
-rw-r--r--tools/h5recover/Makefile.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/h5recover/Makefile.in b/tools/h5recover/Makefile.in
index 0122095..b649489 100644
--- a/tools/h5recover/Makefile.in
+++ b/tools/h5recover/Makefile.in
@@ -53,7 +53,7 @@ DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
$(srcdir)/testh5recover.sh.in $(top_srcdir)/config/commence.am \
$(top_srcdir)/config/conclude.am
check_PROGRAMS = $(am__EXEEXT_1)
-bin_PROGRAMS = h5recover$(EXEEXT)
+bin_PROGRAMS = h5recover$(EXEEXT) trecover$(EXEEXT)
TESTS = $(check_PROGRAMS) $(check_SCRIPTS)
subdir = tools/h5recover
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
@@ -65,7 +65,7 @@ CONFIG_HEADER = $(top_builddir)/src/H5config.h
CONFIG_CLEAN_FILES = testh5recover.sh
am__installdirs = "$(DESTDIR)$(bindir)"
binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
-am__EXEEXT_1 = trecover$(EXEEXT)
+am__EXEEXT_1 =
PROGRAMS = $(bin_PROGRAMS)
h5recover_SOURCES = h5recover.c
h5recover_OBJECTS = h5recover.$(OBJEXT)
@@ -328,7 +328,7 @@ CHECK_CLEANFILES = *.chkexe *.chklog *.clog *.h5 *.out *.err
INCLUDES = -I$(top_srcdir)/src -I$(top_srcdir)/tools/lib
# Test programs and scripts
-TEST_PROG = trecover
+TEST_PROG =
TEST_SCRIPT = testh5recover.sh
check_SCRIPTS = $(TEST_SCRIPT)
SCRIPT_DEPEND = trecover$(EXEEXT)