diff options
author | Albert Cheng <acheng@hdfgroup.org> | 2002-02-27 19:55:34 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 2002-02-27 19:55:34 (GMT) |
commit | fcdc61ac992e22ba763b595ec6c9c73e012b9015 (patch) | |
tree | a7b3d48ac25447fe86af3616e192b1468e6d5a49 | |
parent | 31bdbf9d09f308b0d5fb465841525774117d4aa7 (diff) | |
download | hdf5-fcdc61ac992e22ba763b595ec6c9c73e012b9015.zip hdf5-fcdc61ac992e22ba763b595ec6c9c73e012b9015.tar.gz hdf5-fcdc61ac992e22ba763b595ec6c9c73e012b9015.tar.bz2 |
[svn-r5022] Purpose:
Feature
Description:
Use the new target of check-install instead of previous hand-made
commands.
Platforms tested:
Not tested. Same as v.1.5 which was tested.
-rwxr-xr-x | bin/snapshot | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/bin/snapshot b/bin/snapshot index bb9a37e..70c609e 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 |