On Tue, 4 Oct 2022 13:03:21 GMT, Matthias Baesken <mbaes...@openjdk.org> wrote:
>> There are still a number of unneeded references to hg, for example >> >> make/autoconf/spec.gmk.in >> >> 772 HG:=@HG@ >> >> make/autoconf/basic_tools.m4 >> >> 345 UTIL_LOOKUP_PROGS(HG, hg) >> >> Those can be cleaned up. > > 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. ------------- PR: https://git.openjdk.org/jdk/pull/10554