gmake 3.78.1 timestamp problem?

2001-09-24 Thread Zartaj T. Majeed
I'm using GNU make 3.78.1 on Solaris 8. GNU Make version 3.78.1, by Richard Stallman and Roland McGrath. Built for sparc-sun-solaris2.6 While building a big tree of C source files that get added to various archive libraries, I consistently see some .o's not added to an archive as they should be,

Re: problem with target specific variables

2001-09-24 Thread Paul D. Smith
Yes, this is a known bug. It will be fixed in the next release. There's a patch around I can forward to you in the meantime, if you like (it's also available in the archives of this list I'm sure...) -- --- Paul D. Smi

problem with target specific variables

2001-09-24 Thread Simon Plain
Hello, hopefully this hasn't been reported already. The following makefile gives an incorrect response: default : MYVAR = value1 default : MYVAR += value2 default: echo $(MYVAR) - When this is tested with 3.79.1 under