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 29adc24 commit 34b7719Copy full SHA for 34b7719
util/build-gnu.sh
@@ -138,7 +138,8 @@ else
138
sed -i 's| tr | /usr/bin/tr |' tests/init.sh
139
# Use a better diff
140
sed -i 's|diff -c|diff -u|g' tests/Coreutils.pm
141
- "${MAKE}" -j "$("${NPROC}")"
+ "${MAKE}" -j "$("${NPROC}")" headers
142
+ "${MAKE}" -j "$("${NPROC}")" src/getlimits # needed for tests
143
144
# Handle generated factor tests
145
t_first=00
0 commit comments