mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-03-31 17:10:47 +08:00
[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:
parent
fb7b1e37cf
commit
8de0645dfa
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user