On Fri, 1 May 2009, Ralf Wildenhues wrote:

Here's a reason against moving the CC and the object file farther
apart: with several languages, lots of sources,
 CC      foo.o
 FC      bar.o
 CC      baz.o

it is less easy to see at a glance which compiler corresponds to
which object file, the further apart they are.  So let's not move
them further apart than necessary.

Good point. Also, what happens if there are several subprojects which build files with the same names? Particularly with "driver" type projects, the same base source file name could be used many times.

This means that

CC      fc100/bar.o
CC      fc567/bar.o
CC      sc123/bar.o

provides very useful information.

Bob
--
Bob Friesenhahn
bfrie...@simple.dallas.tx.us, http://www.simplesystems.org/users/bfriesen/
GraphicsMagick Maintainer,    http://www.GraphicsMagick.org/


Reply via email to