mirror of
https://github.com/uutils/coreutils.git
synced 2026-06-10 15:48:22 -07:00
Merge pull request #9943 from oech3/patch-4
GnuTests.yml: Stop manpage generation to reduce size of log
This commit is contained in:
@@ -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" \
|
||||
|
||||
Reference in New Issue
Block a user