Re: CVS commit: src/distrib/sets/lists/debug

2013-09-03 Thread David Holland
On Tue, Sep 03, 2013 at 01:21:53PM +, Hisashi T Fujinaka wrote:
 > Modified Files:
 >  src/distrib/sets/lists/debug: mi
 > 
 > Log Message:
 > Fix debug build by adding cgram.debug.

Oops, sorry. I thought I'd grepped to find all the necessary places,
but I guess I missed some.

-- 
David A. Holland
dholl...@netbsd.org


Re: CVS commit: src/usr.bin/make

2013-09-03 Thread Alan Barrett

On Mon, 02 Sep 2013, Simon J. Gerraty wrote:

Modified Files:
src/usr.bin/make: compat.c

Log Message:
Do not apply shellErrFlag unless errCheck is true.


To generate a diff of this commit:
cvs rdiff -u -r1.92 -r1.93 src/usr.bin/make/compat.c


Will this fix PR 45356?

--apb (Alan Barrett)


Re: CVS commit: src/usr.bin/make

2013-09-03 Thread David Holland
On Tue, Sep 03, 2013 at 09:58:55PM +0200, Alan Barrett wrote:
 > On Mon, 02 Sep 2013, Simon J. Gerraty wrote:
 > >Modified Files:
 > >src/usr.bin/make: compat.c
 > >
 > >Log Message:
 > >Do not apply shellErrFlag unless errCheck is true.
 > >
 > >
 > >To generate a diff of this commit:
 > >cvs rdiff -u -r1.92 -r1.93 src/usr.bin/make/compat.c
 > 
 > Will this fix PR 45356?

Don't think so. Roots of that one are deeper; it's (I expect) caused
by running the whole recipe with one shell command.

-- 
David A. Holland
dholl...@netbsd.org