From 7b0bbccf0fa85129fe7ef4efab51f8447f716b6e Mon Sep 17 00:00:00 2001 From: Erik Joelsson Date: Mon, 23 Oct 2017 10:43:45 +0200 Subject: [PATCH] 8187974: Merge Java Mission Control 6.1 3rdpartyreame with the JDK 18.3 3rdpartyreadme Reviewed-by: ihse --- make/common/MakeBase.gmk | 3 +++ 1 file changed, 3 insertions(+) diff --git a/make/common/MakeBase.gmk b/make/common/MakeBase.gmk index e62cbf377c4..9790a76540c 100644 --- a/make/common/MakeBase.gmk +++ b/make/common/MakeBase.gmk @@ -737,6 +737,7 @@ define AddFileToCopy $$($$(strip $4)) $3 += $2 + $3_SOURCES += $1 endef # Returns the value of the first argument @@ -749,6 +750,8 @@ identity = \ # Parameter 1 is the name of the rule. This name is used as variable prefix, # and the targets generated are listed in a variable by that name. # +# The list of all source files is returned in $1_SOURCES. +# # Remaining parameters are named arguments. These include: # SRC : Source root dir (defaults to dir of first file) # DEST : Dest root dir