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.am | |
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.am')
-rwxr-xr-x | Makefile.am | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/Makefile.am b/Makefile.am index 9f2574a..c0d6827 100755 --- a/Makefile.am +++ b/Makefile.am @@ -73,7 +73,7 @@ else endif 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 # Some files generated during configure that should be cleaned @@ -101,13 +101,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: |