Skip to content

Commit d445edf

Browse files
committed
GNU build: disable an old check
1 parent 1ffb6fd commit d445edf

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
@@ -122,6 +122,8 @@ if test -f gnu-built; then
122122
echo "'rm -f $(pwd)/gnu-built' to force the build"
123123
echo "Note: the customization of the tests will still happen"
124124
else
125+
# Disable useless checks
126+
sed -i 's|check-texinfo: $(syntax_checks)|check-texinfo:|' doc/local.mk
125127
./bootstrap --skip-po
126128
./configure --quiet --disable-gcc-warnings --disable-nls --disable-dependency-tracking --disable-bold-man-page-references
127129
#Add timeout to to protect against hangs

0 commit comments

Comments
 (0)