With GNU make 3.79.1 on Solaris 2.6 (sparc) I get spurious warnings about
(1) make: *** Warning: File `blah.c' has modification time in the future
(1969-12-31 16:59:59.9 > 2000-10-05 13:35:34.7479164)
(2) make: something.c: Timestamp out of range; substituting 1969-12-3
Paul:
Thanks for your response. Here's some more information as requested.
> I'm listening :).
>
> I've just been swamped, and your message requires much digesting.
Sorry - I hope this is more digestible... You can skip the passages enclosed
in [...] on the first pass - they just provide mor
%% "David Zuhn" <[EMAIL PROTECTED]> writes:
dz> INCS = -Iblorch
dz> foo.o: INCS += -Ifoo
dz> foo.o: INCS += -Ibar
dz> foo.o: INCS += -Ibaz
dz> foo.o: foo.c
dz> $(CC) $(INCS) -c $< -o $@
dz> when I run a 'make', the command contains -Iblorch -Ibaz, with no
dz> reference to the