Re: order of remaking missing makeable includes is reversed

2004-10-31 Thread Paul D. Smith
%% svilen <[EMAIL PROTECTED]> writes: s> the "nosuchfile" warning messages are given in correct order, but s> remaking happens in the reversed. which is quite contrary to s> anything else in the gnumake philosophy, AFAIunderstand it. if s> there's a reason behind it - or some documentati

order of remaking missing makeable includes is reversed

2004-10-31 Thread svilen
g'day. i dont know if this is a bug - or specifical feature with some (unknown-to-me) background idea. the makefile: #--- %.mak: @echo "making $@" touch $@ include a.mak, b.mak include c.mak now: ; #--- runs as : here$ make makefile:6: a.mak: No such file or directory