diff options
author | Mike McGreevy <mamcgree@hdfgroup.org> | 2008-05-19 21:12:16 (GMT) |
---|---|---|
committer | Mike McGreevy <mamcgree@hdfgroup.org> | 2008-05-19 21:12:16 (GMT) |
commit | e6715b970433b2d9087dbce96740352aadbbc0ca (patch) | |
tree | feb9645e627b15cb540c3c0ce967ea33d02aafbb /Makefile.am | |
parent | bdd56bd8da15479a0413a48f285e20266cfd338f (diff) | |
download | hdf5-e6715b970433b2d9087dbce96740352aadbbc0ca.zip hdf5-e6715b970433b2d9087dbce96740352aadbbc0ca.tar.gz hdf5-e6715b970433b2d9087dbce96740352aadbbc0ca.tar.bz2 |
[svn-r15041] Purpose: Configure Fix
Description: Removing make target "check-perform". The extra target is unneeded
because the perform 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: |