%% 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
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