On Tue, 3 Jun 2025 19:15:30 GMT, Magnus Ihse Bursie <i...@openjdk.org> wrote:
>> make/Init.gmk line 121: >> >>> 119: $(MAKE) $(MAKE_ARGS) -j 1 -f make/Main.gmk >>> $(USER_MAKE_VARS) \ >>> 120: UPDATE_MODULE_DEPS=true NO_RECIPES=true \ >>> 121: create-main-targets-include ) >> >> That looks like a bit of extra indentation. > > Does it...? *checking...* Yeah, I see what you mean. I wish there were an > editor that were configurable to be actually usable when editing makefiles. > (Even more than this, I wish make didn't use tab as a significant syntactic > element...) I configured my Emacs to have visible whitespace. Makes it pretty obvious. ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/25618#discussion_r2124726443