We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ffb6fd commit d445edfCopy full SHA for d445edf
util/build-gnu.sh
@@ -122,6 +122,8 @@ if test -f gnu-built; then
122
echo "'rm -f $(pwd)/gnu-built' to force the build"
123
echo "Note: the customization of the tests will still happen"
124
else
125
+ # Disable useless checks
126
+ sed -i 's|check-texinfo: $(syntax_checks)|check-texinfo:|' doc/local.mk
127
./bootstrap --skip-po
128
./configure --quiet --disable-gcc-warnings --disable-nls --disable-dependency-tracking --disable-bold-man-page-references
129
#Add timeout to to protect against hangs
0 commit comments