diff options
author | Albert Cheng <acheng@hdfgroup.org> | 2014-12-19 16:03:58 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 2014-12-19 16:03:58 (GMT) |
commit | 73ccd8a4b32bd3d4fd3543cfff3d26fb5a93b51d (patch) | |
tree | e98a4e0468ca067e237ecde47b7bcd1ecd875c81 /Makefile.in | |
parent | 6b3e39f9e7a0467e955bb943bd8c732d3f18900d (diff) | |
download | hdf5-73ccd8a4b32bd3d4fd3543cfff3d26fb5a93b51d.zip hdf5-73ccd8a4b32bd3d4fd3543cfff3d26fb5a93b51d.tar.gz hdf5-73ccd8a4b32bd3d4fd3543cfff3d26fb5a93b51d.tar.bz2 |
[svn-r25908] Cleaned up typos comments from last commit.
Tested: just eyeball since changes are cosmetic.
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/Makefile.in b/Makefile.in index e7fcf48..670bbde 100644 --- a/Makefile.in +++ b/Makefile.in @@ -503,7 +503,7 @@ TRACE = perl $(top_srcdir)/bin/trace # .chklog files are output from those tests. # *.clog are from the MPE option. -# Some files/directories generated during checkperform that should be cleaned +# Some files/directories generated during check that should be cleaned CHECK_CLEANFILES = *.chkexe *.chklog *.clog *-tmp @BUILD_PARALLEL_CONDITIONAL_FALSE@TESTPARALLEL_DIR = @@ -1017,10 +1017,7 @@ lib progs check-p check-s: fi; \ done -# Make all, tests, and (un)install also recurse into directory -#delall-local: -#del @cd perform && $(MAKE) $(AM_MAKEFLAGS) all -#del +# Make all, tests, and (un)install tests: @@SETX@; for d in $(SUBDIRS); do \ if test $$d != .; then \ @@ -1028,11 +1025,6 @@ tests: fi; \ done -#delinstall-exec-local: -#del @cd perform && $(MAKE) $(AM_MAKEFLAGS) install -#deluninstall-local: -#del @cd perform && $(MAKE) $(AM_MAKEFLAGS) uninstall -#del # Check-clean also recurses into examples directory check-clean: @@SETX@; for d in $(SUBDIRS) examples; do \ |