Re: GNU make 3.99.91 release candidate is available

2013-09-16 Thread Paul Smith
On Mon, 2013-09-16 at 20:52 +0200, Dagobert Michelsen wrote: > > /opt/SUNWspro/bin/cc -D_REENTRANT -pthreads > -I/opt/csw/include/guile/2.0 -I/opt/csw/include -xO3 -m32 > -xarch=sparc -m32 -xarch=sparc -L/opt/csw/lib -o make ar.o arscan.o > commands.o default.o dir.o expand.o file.o function.o g

Re: GNU make 3.99.91 release candidate is available

2013-09-16 Thread Dagobert Michelsen
Hi Paul, Am 16.09.2013 um 07:10 schrieb Paul Smith: > Hi all. The second release candidate, 3.99.91, for the next version of > GNU make, is now available on alpha: > > ftp://alpha.gnu.org/gnu/make/make-3.99.91.tar.bz2 > f560e25dc1b389f0467bfcc1070fa372 > ftp://alpha.gnu.org/gnu/make/make-3.99.

Re: Suffix rules with dependencies

2013-09-16 Thread Ludovic Courtès
Paul Smith skribis: > On Mon, 2013-09-16 at 08:48 +0300, Eli Zaretskii wrote: >> In this thread: >> >>http://lists.gnutls.org/pipermail/gnutls-devel/2013-September/006453.html >> >> and specifically in this message and its followups: >> >> http://lists.gnutls.org/pipermail/gnutls-devel/2

Re: Suffix rules with dependencies

2013-09-16 Thread Eli Zaretskii
> From: Paul Smith > Cc: l...@gnu.org, bug-make@gnu.org > Date: Mon, 16 Sep 2013 08:11:25 -0400 > > > there's evidence that GNU Make no longer treats suffix rules with > > prerequisites "as normal files with funny names", as described in the > > manual. > > > > Did the behavior indeed change, an

Re: Suffix rules with dependencies

2013-09-16 Thread Paul Smith
On Mon, 2013-09-16 at 08:48 +0300, Eli Zaretskii wrote: > In this thread: > >http://lists.gnutls.org/pipermail/gnutls-devel/2013-September/006453.html > > and specifically in this message and its followups: > > http://lists.gnutls.org/pipermail/gnutls-devel/2013-September/006460.html > >

[bug #40043] "Entering an unknown directory" on jobserver error

2013-09-16 Thread Paul D. Smith
Follow-up Comment #1, bug #40043 (project make): Mm. Yes. I think we're now printing an error message before we've set the working directory. This is a simple fix. ___ Reply to this item at:

Re: [bug #33138] .PARLLELSYNC enhancement with patch

2013-09-16 Thread Frank Heckenbach
(I'm afraid I hadn't seen your message from Sep 12, only your followup on Sep 14, so I'm a bit late ...) Paul Smith wrote: > > One of the issues you were running into with your makefile is that > > output from functions like $(info ...) that were expanded inside the > > recipe were simply being p

Re: [bug #33138] .PARLLELSYNC enhancement with patch

2013-09-16 Thread Eli Zaretskii
> From: Paul Smith > Cc: e...@gnu.org, david.s.bo...@gmail.com, bug-make@gnu.org > Date: Thu, 12 Sep 2013 04:19:13 -0400 > > I've reworked the output methods for make a good bit. Hopefully the > code is somewhat simpler and more understandable. Sorry for the larger > changes, but it seemed nece