8348190: Framework for tracing makefile inclusion and parsing

Reviewed-by: erikj
This commit is contained in:
Magnus Ihse Bursie 2025-02-05 11:17:08 +00:00
parent 66a3898448
commit 61465883b4
273 changed files with 2224 additions and 1062 deletions

View file

@ -1,5 +1,5 @@
#
# Copyright (c) 2011, 2024, Oracle and/or its affiliates. All rights reserved.
# Copyright (c) 2011, 2025, Oracle and/or its affiliates. All rights reserved.
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
#
# This code is free software; you can redistribute it and/or modify it
@ -23,6 +23,8 @@
# questions.
#
################################################################################
include LauncherCommon.gmk
################################################################################
@ -33,3 +35,5 @@ $(eval $(call SetupBuildLauncher, jrunscript, \
MAIN_CLASS := com.sun.tools.script.shell.Main, \
JAVA_ARGS := --add-modules ALL-DEFAULT, \
))
################################################################################