On Tue, 4 Oct 2022 12:59:29 GMT, Erik Joelsson <er...@openjdk.org> wrote:
>> Matthias Baesken has updated the pull request incrementally with one >> additional commit since the last revision: >> >> remove hg related line from MakeBase.gmk > > make/common/MakeBase.gmk line 133: > >> 131: FindAllReposAbs = \ >> 132: $(strip $(sort $(dir $(filter-out $(TOPDIR)/build/%, $(wildcard \ >> 133: $(addprefix $(TOPDIR)/, .hg */.hg */*/.hg */*/*/.hg >> */*/*/*/.hg) \ > > This line should be possible to remove as well. Hi Erik, thanks for the remark. I removed the line. ------------- PR: https://git.openjdk.org/jdk/pull/10554