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 e417bd1 commit aa7a886Copy full SHA for aa7a886
1 file changed
util/build-gnu.sh
@@ -160,6 +160,10 @@ else
160
touch gnu-built
161
fi
162
163
+# Keep getlimits available on PATH for GNU shell and Perl tests even when
164
+# reusing an existing GNU build directory.
165
+test -f src/getlimits && cp -f src/getlimits "${UU_BUILD_DIR}"
166
+
167
# Keep Makefile.in newer than the local.mk files we just modified,
168
# and Makefile newer than Makefile.in, so make won't re-run
169
# automake or config.status and undo our edits.
0 commit comments