From 4b45e2828dc80e6be059f4feb0fc0c2568e3c548 Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Mon, 2 Sep 2019 23:26:38 -0400 Subject: * 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. --- maintMakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'maintMakefile') 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 \ -- cgit v1.2.1