mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-15 08:34:30 +02:00
8349515: [REDO] Framework for tracing makefile inclusion and parsing
Reviewed-by: erikj
This commit is contained in:
parent
8e85829496
commit
964dd18fd2
273 changed files with 2222 additions and 1062 deletions
|
@ -23,6 +23,11 @@
|
|||
# questions.
|
||||
#
|
||||
|
||||
include MakeIncludeStart.gmk
|
||||
ifeq ($(INCLUDE), true)
|
||||
|
||||
################################################################################
|
||||
|
||||
include CopyFiles.gmk
|
||||
|
||||
# Include support files that will setup compiler flags due to the selected
|
||||
|
@ -359,3 +364,8 @@ ifneq ($(GENERATE_COMPILE_COMMANDS_ONLY), true)
|
|||
$(foreach o, $(BUILD_LIBJVM_ALL_OBJS), $(eval $(call SetupOperatorNewDeleteCheck,$o)))
|
||||
endif
|
||||
endif
|
||||
|
||||
################################################################################
|
||||
|
||||
endif # include guard
|
||||
include MakeIncludeEnd.gmk
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue