mirror of
https://github.com/mirror/make.git
synced 2025-01-28 05:10:24 +08: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
@ -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 New Issue
Block a user