[MPlayer-dev-eng] Make Makefiles more patch-friendly

Ivan Kalvachev ikalvachev at gmail.com
Mon Jun 20 21:33:36 CEST 2005


On 6/19/05, Tobias Diedrich <ranma at tdiedrich.de> wrote:
> Patch attached.  Handle with care (untested with cygwin etc.).

That looks much better.
I just think that it would be better if even the last element in the
list is having '\' e.g

label= bla1 \
          bla2 \
#label

so when adding there won't be need to change the last line too. The
comment is to prevent accidental delition of the empty line.

Of course it is also possible to use the following syntax (dont know
how portable it is, works on my bash ;)

label =bla1
label+=bla2
label+=bla3


  Ivan Kalvachev
 iive




More information about the MPlayer-dev-eng mailing list