change log for rtems (2011-05-18)
Chris Johns
chrisj at rtems.org
Wed May 18 22:39:14 UTC 2011
On 19/05/11 12:12 AM, Ralf Corsepius wrote:
>
> a) minimizing the impact of other parties changes (adding/removing files
> to/from Make-variables) on Makefile.ams
>
Agreed.
> I am nagged by other people's changes, which add/remove files to/from
> Makefile.am and are causing cvs-conflicts.
>
I always use:
something = \
file1.c \
file2.c \
file3.c
because it keeps things grouped.
> b) Making make-variables better "grep'able"
Is this the reason for the "something += " ?
Chris
More information about the vc
mailing list