u.org
Sent: Mon Sep 01 05:45:33 2008
Subject: Order of consideration of missing include files is not documented
Hi,
I noticed that if you include some files in a makefile like
include a.d b.d c.d
and make knows how to make them, then it firsts generates c.d, then b.d
and so on.
To me, at least, t
Hi,
I noticed that if you include some files in a makefile like
include a.d b.d c.d
and make knows how to make them, then it firsts generates c.d, then b.d
and so on.
To me, at least, this reverse order of the include-file-list to generate
these files feels counter intuitive.
At least it is no