https://codereview.appspot.com/347770043/diff/1/stepmake/stepmake/c++-vars.make
File stepmake/stepmake/c++-vars.make (right):
https://codereview.appspot.com/347770043/diff/1/stepmake/stepmake/c++-vars.make#newcode14
stepmake/stepmake/c++-vars.make:14: CC_FILES := $(sort $(call
src-wildcard,*.cc)
Reviewers: dak,
Message:
On 2018/05/18 13:32:26, dak wrote:
src-wildcard actually uses the wildcard function of Make. The
documentation of
it does not mention sorting in any manner. However, since it is
modelled after
shell globs, it would seem weird for it not to sort. So the question
i
https://codereview.appspot.com/347770043/diff/1/stepmake/stepmake/c++-vars.make
File stepmake/stepmake/c++-vars.make (right):
https://codereview.appspot.com/347770043/diff/1/stepmake/stepmake/c++-vars.make#newcode14
stepmake/stepmake/c++-vars.make:14: CC_FILES := $(sort $(call
src-wildcard,*.cc)
Huh, looks like I already created a changes entry and regtests for this
output-attributes feature.
https://codereview.appspot.com/308430043
https://sourceforge.net/p/testlilyissues/issues/4974/
I think I didn't do user documentation because the previous ID-only
functionality didn't have any.