diff options
author | Albert Cheng <acheng@hdfgroup.org> | 2002-02-27 19:46:46 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 2002-02-27 19:46:46 (GMT) |
commit | f6ecbd18b046ddbb504b7365d8b5f1a9eeb0f9a4 (patch) | |
tree | 358860945d20c2bea167e2c8941909d4f469e55b /bin/snapshot | |
parent | 30d5329208dff340100f8176073fbecf8a204772 (diff) | |
download | hdf5-f6ecbd18b046ddbb504b7365d8b5f1a9eeb0f9a4.zip hdf5-f6ecbd18b046ddbb504b7365d8b5f1a9eeb0f9a4.tar.gz hdf5-f6ecbd18b046ddbb504b7365d8b5f1a9eeb0f9a4.tar.bz2 |
[svn-r5020] Purpose:
Feature
Description:
Use the new target of check-install instead of previous hand-made
commands.
Platforms tested:
eirene.
Diffstat (limited to 'bin/snapshot')
-rwxr-xr-x | bin/snapshot | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/bin/snapshot b/bin/snapshot index 23462da..a4f62fa 100755 --- a/bin/snapshot +++ b/bin/snapshot @@ -272,8 +272,7 @@ if [ "$cmd" = "all" -o -n "$cmdtest" ]; then ${srcdir:+${CURRENT}/}${CONFIGURE} --prefix=$INSTALLDIR && \ ${MAKE} && \ ${MAKE} check && \ - ${MAKE} install install-doc && \ - (cd examples; ${MAKE} check ) && \ + ${MAKE} install install-doc check-install && \ ${MAKE} uninstall uninstall-doc); then : else |