summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2003-08-09 15:26:31 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2003-08-09 15:26:31 (GMT)
commit8de0645dfa17c22f6a8ee58361f7d4b7ce2755ae (patch)
treec8a55e74abb8988c02eb513734293220a912d38c /Makefile.in
parentfb7b1e37cfa51f6bc63cdec894e6ffcf63ab9314 (diff)
downloadhdf5-8de0645dfa17c22f6a8ee58361f7d4b7ce2755ae.zip
hdf5-8de0645dfa17c22f6a8ee58361f7d4b7ce2755ae.tar.gz
hdf5-8de0645dfa17c22f6a8ee58361f7d4b7ce2755ae.tar.bz2
[svn-r7332] Purpose:
Bug fix Description: Correct 'make check-install' failure by restoring previous behavior. Platforms tested: FreeBSD 4.8 (sleipnir) should be the same for all platforms, h5committest not needed.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 0fd8745..aa80b81 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -118,8 +118,11 @@ uninstall-doc:
## Check if installation is correct by checking if examples can be built.
## This requires a proper "make install" has been done.
check-install:
- @@SETX@; for d in examples @HDF5_INTERFACES@; do \
+ (cd examples && $(MAKE) check) || exit 1
+ @@SETX@; for d in dummy @HDF5_INTERFACES@; do \
+ if test $$d != "dummy"; then \
(cd $$d && $(MAKE) $@) || exit 1; \
+ fi; \
done
## Number format detection