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