]> git.ipfire.org Git - thirdparty/make.git/commitdiff
* maintMakefile: Use check-local when testing build.sh.
authorPaul Smith <psmith@gnu.org>
Tue, 3 Sep 2019 03:26:38 +0000 (23:26 -0400)
committerPaul Smith <psmith@gnu.org>
Sat, 7 Sep 2019 22:27:26 +0000 (18:27 -0400)
Running 'make check' will rebuild 'make' so we're not testing the
build.sh-generated make binary.

maintMakefile

index 5e8800c064dc16946ed45e283fad3ae1d5dec66a..c99a585a2650fcec55efef0a7ef7fddb3900f377 100644 (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 \