Re: make-3.79: Date bug on IRIX 6.5

2000-05-15 Thread Paul D. Smith
%% Darren Hiebert <[EMAIL PROTECTED]> writes: dh> I did this and confirmed that cp -p does not preserve the nanosecond dh> field in the copy. Bummer! :( Thanks for working this, though. I'll make a note of it somewhere. I may have to make a configure option to disable nanosecond timestamp

Re: make-3.79: Date bug on IRIX 6.5

2000-05-15 Thread Darren Hiebert
Paul D. Smith wrote: > Another thing you can do is write a little test program (you'll have to > use C as I don't think perl, etc. support this field either) that shows > the values of st_mtime and st_mtim.tv_nsec...returned by stat(2), then > run it on a file, and then on a copy created with "cp

Re: make-3.79: Date bug on IRIX 6.5

2000-05-15 Thread Paul D. Smith
%% Darren Hiebert <[EMAIL PROTECTED]> writes: dh> Paul D. Smith wrote: >> Hmm. Are you using Irix "cp" to do this? If so, this may be a bug in >> the Irix "cp" command. Maybe. >> If you're using another cp, then that's probably your problem... dh> Good idea. I checked and found, by

Re: make-3.79: Date bug on IRIX 6.5

2000-05-15 Thread Darren Hiebert
Paul D. Smith wrote: > Hmm. Are you using Irix "cp" to do this? If so, this may be a bug in > the Irix "cp" command. Maybe. > > If you're using another cp, then that's probably your problem... Good idea. I checked and found, by putting explicit paths to cp in the makefile that /usr/bin/cp, /

Re: make-3.79: Date bug on IRIX 6.5

2000-05-15 Thread Paul D. Smith
%% Darren Hiebert <[EMAIL PROTECTED]> writes: dh> I encountered a strange bug when make-3.79 is used on IRIX 6.5, dh> # Begin Makefile dh> #DATE=-d "19 Dec 1994" dh> b: a dh> cp -p $< $@ dh> a: dh> touch $(DATE) a dh> # End Makefile dh> Note that every time you run make

make-3.79: Date bug on IRIX 6.5

2000-05-15 Thread Darren Hiebert
I encountered a strange bug when make-3.79 is used on IRIX 6.5, demonstrated by the following makefile: # Begin Makefile #DATE=-d "19 Dec 1994" b: a cp -p $< $@ a: touch $(DATE) a # End Makefile Note that every time you run make after the first time, it tries to rebuild file b,

Re: Bug with gmake 3.79 under Solaris 2.6

2000-05-15 Thread Paul D. Smith
This is GNU make PR/1696. There's a patch in the resolution to the problem report. You can find out how to access the GNU make bug database from the GNU make README file. Thx. -- --- Paul D. Smith <[EMAIL PROTECTED]>

Bug with gmake 3.79 under Solaris 2.6

2000-05-15 Thread Jerome Fournier
Hello, I report here a bug met with gmake 3.79 on Solaris 2.6. It has been tested under Linux RH 6.1 and AIX 4.3.2, and no problem occured : OS used : - $ uname -a SunOS refsol26 5.6 Generic_105181-16 sun4m sparc SUNW,SPARCstation-10 gmake used : $ /usr/local/bin/gmake -