Merge pull request #2924 from cgwalters/drop-syntax-check

build: Drop `make syntax-check`
This commit is contained in:
Dan Nicholson 2023-07-11 13:31:14 -06:00 committed by GitHub
commit c0c2c9bd80
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 0 additions and 1439 deletions

View File

@ -20,7 +20,6 @@ stage("Build") {
try {
shwrap("""
make check
make syntax-check
""")
} finally {
shwrap("cat test-suite.log || true")

View File

@ -40,8 +40,6 @@ include Makefile
_build-aux ?= build-aux
_autoreconf ?= autoreconf -v
include $(srcdir)/maint.mk
# Ensure that $(VERSION) is up to date for dist-related targets, but not
# for others: rerunning autoreconf and recompiling everything isn't cheap.
_have-git-version-gen := \
@ -96,8 +94,6 @@ srcdir = .
_build-aux ?= build-aux
_autoreconf ?= autoreconf -v
include ./maint.mk
ifeq ($(.DEFAULT_GOAL),abort-due-to-no-makefile)
$(MAKECMDGOALS): abort-due-to-no-makefile
endif

View File

@ -9,7 +9,6 @@ ${dn}/build.sh
topdir=$(git rev-parse --show-toplevel)
resultsdir=$(mktemp -d)
make check
make syntax-check # TODO: do syntax-check under check
# See comment below
for x in test-suite.log config.log; do
mv ${x} ${resultsdir}

1433
maint.mk

File diff suppressed because it is too large Load Diff