mirror of
https://git.savannah.gnu.org/git/make.git
synced 2025-01-12 08:40:55 +00:00
* 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:
parent
4f3a41c60a
commit
4b45e2828d
1 changed files with 1 additions and 1 deletions
|
@ -265,7 +265,7 @@ $(CONFIG_CHECKS): checkcfg.%: distdir
|
||||||
exec >>'checkcfg.$*.log' 2>&1; set -x; \
|
exec >>'checkcfg.$*.log' 2>&1; set -x; \
|
||||||
cd $(distdir)/_build \
|
cd $(distdir)/_build \
|
||||||
&& ./build.sh \
|
&& ./build.sh \
|
||||||
&& ./make $(AM_MAKEFLAGS) check \
|
&& ./make $(AM_MAKEFLAGS) check-local \
|
||||||
&& ./make $(AM_MAKEFLAGS) clean
|
&& ./make $(AM_MAKEFLAGS) clean
|
||||||
exec >>'checkcfg.$*.log' 2>&1; set -x; \
|
exec >>'checkcfg.$*.log' 2>&1; set -x; \
|
||||||
cd $(distdir)/_build \
|
cd $(distdir)/_build \
|
||||||
|
|
Loading…
Reference in a new issue