From 2b8c251be68edf279e4e32fe14070561e715fbc1 Mon Sep 17 00:00:00 2001 From: Albert Cheng Date: Thu, 28 Feb 2002 10:51:00 -0500 Subject: [svn-r5026] Purpose: Bug fix Description: check-install was on the same make line with install. They got run in parallel. Run check-install as a separate make action after make install is completed. Platforms tested: Eirene --- bin/snapshot | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bin/snapshot b/bin/snapshot index a4f62fa..c987682 100755 --- a/bin/snapshot +++ b/bin/snapshot @@ -272,7 +272,8 @@ if [ "$cmd" = "all" -o -n "$cmdtest" ]; then ${srcdir:+${CURRENT}/}${CONFIGURE} --prefix=$INSTALLDIR && \ ${MAKE} && \ ${MAKE} check && \ - ${MAKE} install install-doc check-install && \ + ${MAKE} install install-doc && \ + ${MAKE} check-install && \ ${MAKE} uninstall uninstall-doc); then : else -- cgit v0.12