* maintMakefile: Use check-local when testing build.sh.

Running 'make check' will rebuild 'make' so we're not testing the
build.sh-generated make binary.
This commit is contained in:
Paul Smith 2019-09-02 23:26:38 -04:00
parent 4f3a41c60a
commit 4b45e2828d

View file

@ -265,7 +265,7 @@ $(CONFIG_CHECKS): checkcfg.%: distdir
exec >>'checkcfg.$*.log' 2>&1; set -x; \
cd $(distdir)/_build \
&& ./build.sh \
&& ./make $(AM_MAKEFLAGS) check \
&& ./make $(AM_MAKEFLAGS) check-local \
&& ./make $(AM_MAKEFLAGS) clean
exec >>'checkcfg.$*.log' 2>&1; set -x; \
cd $(distdir)/_build \