[svn-r5020] Purpose:

Feature
Description:
    Use the new target of check-install instead of previous hand-made
    commands.
Platforms tested:
    eirene.
This commit is contained in:
Albert Cheng 2002-02-27 14:46:46 -05:00
parent 30d5329208
commit f6ecbd18b0

View File

@ -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