Re: CVS commit: src/games/backgammon

2013-09-15 Thread David Holland
On Sat, Sep 14, 2013 at 01:56:27PM +0200, Joerg Sonnenberger wrote: > > > Modified Files: > > > src/games/backgammon/common_source: subs.c > > > src/games/backgammon/teachgammon: teach.c > > > > > > Log Message: > > > GC descr and helpm. > > > > What did we break in

Re: CVS commit: src/distrib/utils/embedded

2013-09-15 Thread Adrian Steinmann
On Sun, Sep 15, 2013 at 02:05:59PM -0400, Christos Zoulas wrote: > On Sep 15, 5:59pm, a...@netbsd.org (Adrian Steinmann) wrote: > -- Subject: Re: CVS commit: src/distrib/utils/embedded > > | On Sun, Sep 15, 2013 at 01:26:51PM +, Christos Zoulas wrote: > | > In article <20130914125127.7648...@

Re: CVS commit: src/distrib/utils/embedded

2013-09-15 Thread Christos Zoulas
On Sep 15, 5:59pm, a...@netbsd.org (Adrian Steinmann) wrote: -- Subject: Re: CVS commit: src/distrib/utils/embedded | On Sun, Sep 15, 2013 at 01:26:51PM +, Christos Zoulas wrote: | > In article <20130914125127.7648...@cvs.netbsd.org>, | > Adrian Steinmann wrote: | > | > 1. This is useless i

Re: CVS commit: src/distrib/utils/embedded

2013-09-15 Thread Adrian Steinmann
On Sun, Sep 15, 2013 at 01:26:51PM +, Christos Zoulas wrote: > In article <20130914125127.7648...@cvs.netbsd.org>, > Adrian Steinmann wrote: > > 1. This is useless in the .conf files since mkimage sets it alreay. > >+GZIP_CMD=${TOOL_GZIP:-gzip} # ${GZIP} is special to gzip(1) Well yes, but it

Re: CVS commit: src/distrib/utils/embedded

2013-09-15 Thread Christos Zoulas
In article <20130914125127.7648...@cvs.netbsd.org>, Adrian Steinmann wrote: 1. This is useless in the .conf files since mkimage sets it alreay. >+GZIP_CMD=${TOOL_GZIP:-gzip} # ${GZIP} is special to gzip(1) >+ 2. You might as well rename the rest of the variables _CMD for conistency. christos