[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.
This commit is contained in:
Quincey Koziol 2003-08-09 10:26:31 -05:00
parent fb7b1e37cf
commit 8de0645dfa

View File

@ -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