Skip to content

Commit e33dadd

Browse files
authored
Merge pull request #9943 from oech3/patch-4
GnuTests.yml: Stop manpage generation to reduce size of log
1 parent 6d68df1 commit e33dadd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

util/build-gnu.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,8 @@ if test -f gnu-built; then
125125
else
126126
# Disable useless checks
127127
"${SED}" -i 's|check-texinfo: $(syntax_checks)|check-texinfo:|' doc/local.mk
128+
# Stop manpage generation for cleaner log
129+
: > man/local.mk
128130
# Use CFLAGS for best build time since we discard GNU coreutils
129131
CFLAGS="${CFLAGS} -pipe -O0 -s" ./configure -C --quiet --disable-gcc-warnings --disable-nls --disable-dependency-tracking --disable-bold-man-page-references \
130132
--enable-single-binary=symlinks --enable-install-program="arch,kill,uptime,hostname" \

0 commit comments

Comments
 (0)