8187974: Merge Java Mission Control 6.1 3rdpartyreame with the JDK 18.3 3rdpartyreadme
authorerikj
Mon, 23 Oct 2017 10:43:45 +0200
changeset 47435 80fd2dab3805
parent 47434 7be5c153e8a4
child 47436 389695e5e8db
8187974: Merge Java Mission Control 6.1 3rdpartyreame with the JDK 18.3 3rdpartyreadme Reviewed-by: ihse
make/common/MakeBase.gmk
--- a/make/common/MakeBase.gmk	Mon Oct 23 10:41:34 2017 +0200
+++ b/make/common/MakeBase.gmk	Mon Oct 23 10:43:45 2017 +0200
@@ -737,6 +737,7 @@
 	$$($$(strip $4))
 
   $3 += $2
+  $3_SOURCES += $1
 endef
 
 # Returns the value of the first argument
@@ -749,6 +750,8 @@
 # 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