mirror of
https://github.com/uutils/coreutils
synced 2024-12-13 23:02:38 +00:00
gnu-built: disable some options in the GNU build
This commit is contained in:
parent
f23902ff7a
commit
3560ec6811
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@ if test -f gnu-built; then
|
|||
echo "Note: the customization of the tests will still happen"
|
||||
else
|
||||
./bootstrap --skip-po
|
||||
./configure --quiet --disable-gcc-warnings
|
||||
./configure --quiet --disable-gcc-warnings --disable-nls --disable-dependency-tracking --disable-bold-man-page-references
|
||||
#Add timeout to to protect against hangs
|
||||
sed -i 's|^"\$@|'"${SYSTEM_TIMEOUT}"' 600 "\$@|' build-aux/test-driver
|
||||
# Change the PATH in the Makefile to test the uutils coreutils instead of the GNU coreutils
|
||||
|
|
Loading…
Reference in a new issue