Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions util/build-gnu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,10 @@ else
touch gnu-built
fi

# Keep getlimits available on PATH for GNU shell and Perl tests even when
# reusing an existing GNU build directory.
test -f src/getlimits && cp -f src/getlimits "${UU_BUILD_DIR}"

# Keep Makefile.in newer than the local.mk files we just modified,
# and Makefile newer than Makefile.in, so make won't re-run
# automake or config.status and undo our edits.
Expand Down
Loading