--- old/make/common/MakeBase.gmk 2017-10-18 13:53:04.689980514 +0200 +++ new/make/common/MakeBase.gmk 2017-10-18 13:53:04.453972233 +0200 @@ -734,6 +734,7 @@ $$($$(strip $4)) $3 += $2 + $3_SOURCES += $1 endef # Returns the value of the first argument @@ -746,6 +747,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