diff options
author | Mike McGreevy <mamcgree@hdfgroup.org> | 2008-05-19 20:37:30 (GMT) |
---|---|---|
committer | Mike McGreevy <mamcgree@hdfgroup.org> | 2008-05-19 20:37:30 (GMT) |
commit | 6631ced7a910a7fd9b7752faae0b1321979dd009 (patch) | |
tree | 144d184d53876e555edd3d5f106bf452967debe3 /Makefile.in | |
parent | d11a2b8ba6f0d12952e5e9e1c0ca664a829c6246 (diff) | |
download | hdf5-6631ced7a910a7fd9b7752faae0b1321979dd009.zip hdf5-6631ced7a910a7fd9b7752faae0b1321979dd009.tar.gz hdf5-6631ced7a910a7fd9b7752faae0b1321979dd009.tar.bz2 |
[svn-r15040] Purpose: Configure Fix
Description: Removing make target 'make check-perform'. The extra target is
unneeded because the tests don't take as long to run as initially
anticipated, and can be lumped in with 'make check'.
Tested: kagiso
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/Makefile.in b/Makefile.in index 9c443b6..ff384b1 100644 --- a/Makefile.in +++ b/Makefile.in @@ -370,7 +370,7 @@ CHECK_CLEANFILES = *.chkexe *.chklog *.clog @BUILD_HDF5_HL_CONDITIONAL_FALSE@HDF5_HL_DIR = @BUILD_HDF5_HL_CONDITIONAL_TRUE@HDF5_HL_DIR = hl SUBDIRS = src test $(TESTPARALLEL_DIR) tools . $(CXX_DIR) $(FORTRAN_DIR) \ - $(HDF5_HL_DIR) + $(HDF5_HL_DIR) perform DIST_SUBDIRS = src test testpar tools . c++ fortran hl perform examples @@ -840,13 +840,6 @@ tests: fi; \ done -check-perform: - @@SETX@; for d in perform; do \ - if test $$d != .; then \ - (cd $$d && $(MAKE) $(AM_MAKEFLAGS) $@) || exit 1; \ - fi; \ - done - install-exec-local: @cd perform && $(MAKE) $(AM_MAKEFLAGS) install uninstall-local: |