mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-27 11:07:44 +00:00
GNU build: disable an old check
This commit is contained in:
parent
1ffb6fd5b1
commit
d445edfd19
1 changed files with 2 additions and 0 deletions
|
@ -122,6 +122,8 @@ if test -f gnu-built; then
|
|||
echo "'rm -f $(pwd)/gnu-built' to force the build"
|
||||
echo "Note: the customization of the tests will still happen"
|
||||
else
|
||||
# Disable useless checks
|
||||
sed -i 's|check-texinfo: $(syntax_checks)|check-texinfo:|' doc/local.mk
|
||||
./bootstrap --skip-po
|
||||
./configure --quiet --disable-gcc-warnings --disable-nls --disable-dependency-tracking --disable-bold-man-page-references
|
||||
#Add timeout to to protect against hangs
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue