[bug #40056] make should automatically detect targets with low resolution timestamps

2013-09-22 Thread Paul D. Smith
Follow-up Comment #1, bug #40056 (project make): Philip Guether writes on the bug-make mailing list: You're looking for pathconf(path, _PC_TIMESTAMP_RESOLUTION) See also: http://pubs.opengroup.org/onlinepubs/9699919799/functions/fpathconf.html However, last I checked glibc and Linux

Re: make check on darwin

2013-09-22 Thread Denis Excoffier
On 2013-09-22 06:50, Paul Smith wrote: Just curious: did you build with --disable-load because something failed otherwise? Or just because you wanted to? I didn't investigate the errors produced with --enable-load. Here they are: features/load ... Error

[bug #31621] interaction of pattern rules and globs

2013-09-22 Thread Paul D. Smith
Update of bug #31621 (project make): Status:None = Duplicate Open/Closed:Open = Closed ___ Follow-up Comment #4: I can reproduce this

[bug #31155] .SECONDEXPANSION: incorrect order only parsing in patterns

2013-09-22 Thread Paul D. Smith
Update of bug #31155 (project make): Status:None = Fixed Assigned to:None = psmith Open/Closed:Open = Closed Fixed Release:

[bug #30823] double-colon rules not always executed in parallel make

2013-09-22 Thread Paul D. Smith
Update of bug #30823 (project make): Status:None = Duplicate Open/Closed:Open = Closed ___ Follow-up Comment #2: I was able to reproduce