make 3.79.1, Solaris 2.6, spurious Timestamp, mod time warnings

2000-10-05 Thread Phil S
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

RE: Not a bug - an offer of code

2000-10-05 Thread Pete Randall
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

Re: Bug with repeated instances of per-target variable assignment

2000-10-05 Thread Paul D. Smith
%% "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