RFR: JDK-8294748: Cleanup unneeded references to hg [v2]
Erik Joelsson
erikj at openjdk.org
Tue Oct 4 13:08:37 UTC 2022
On Tue, 4 Oct 2022 13:03:21 GMT, Matthias Baesken <mbaesken at 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
More information about the build-dev
mailing list