summaryrefslogtreecommitdiff
path: root/maintMakefile
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>2019-09-02 23:26:38 -0400
committerPaul Smith <psmith@gnu.org>2019-09-07 18:27:26 -0400
commit4b45e2828dc80e6be059f4feb0fc0c2568e3c548 (patch)
tree4cc57485af3b3f6a26cd47fdf7d6b0a562450c9f /maintMakefile
parent4f3a41c60a02f6df9fc0725698ade64825907822 (diff)
downloadmake-git-4b45e2828dc80e6be059f4feb0fc0c2568e3c548.tar.gz
* 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.
Diffstat (limited to 'maintMakefile')
-rw-r--r--maintMakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/maintMakefile b/maintMakefile
index 5e8800c0..c99a585a 100644
--- a/maintMakefile
+++ b/maintMakefile
@@ -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 \