Merge pull request #9943 from oech3/patch-4

GnuTests.yml: Stop manpage generation to reduce size of log
This commit is contained in:
oech3
2025-12-31 22:24:35 +09:00
committed by GitHub
parent 6d68df12b5
commit e33dadd45a
+2
View File
@@ -125,6 +125,8 @@ if test -f gnu-built; then
else
# Disable useless checks
"${SED}" -i 's|check-texinfo: $(syntax_checks)|check-texinfo:|' doc/local.mk
# Stop manpage generation for cleaner log
: > man/local.mk
# Use CFLAGS for best build time since we discard GNU coreutils
CFLAGS="${CFLAGS} -pipe -O0 -s" ./configure -C --quiet --disable-gcc-warnings --disable-nls --disable-dependency-tracking --disable-bold-man-page-references \
--enable-single-binary=symlinks --enable-install-program="arch,kill,uptime,hostname" \