From f6ecbd18b046ddbb504b7365d8b5f1a9eeb0f9a4 Mon Sep 17 00:00:00 2001 From: Albert Cheng Date: Wed, 27 Feb 2002 14:46:46 -0500 Subject: [svn-r5020] Purpose: Feature Description: Use the new target of check-install instead of previous hand-made commands. Platforms tested: eirene. --- bin/snapshot | 3 +-- 1 file changed, 1 insertion(+), 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 -- cgit v0.12