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

2013-09-16 Thread Christos Zoulas
On Sep 15,  8:54pm, a...@netbsd.org (Adrian Steinmann) wrote:
-- Subject: Re: CVS commit: src/distrib/utils/embedded

| So you're suggesting I remove the
| 
| GZIP_CMD=${TOOL_GZIP:-gzip} # ${GZIP} is special to gzip(1)

Leave that definition in mkimage and remove them from the .conf files
where is now duplicated.

Thanks,

christos


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

2013-09-16 Thread Christos Zoulas
In article 20130916152357.883d...@cvs.netbsd.org,
Adrian Steinmann source-changes-d@NetBSD.org wrote:
-=-=-=-=-=-

Module Name:   src
Committed By:  ast
Date:  Mon Sep 16 15:23:57 UTC 2013

Modified Files:
   src/distrib/utils/embedded/conf: beagleboard.conf rpi.conf
   rpi_inst.conf

Log Message:
After discussions with cristos regarding the previous commit, he
convinced me it was sufficient to define GZIP_CMD only in
distrib/utils/embedded/mkimage and not again in the config files
beagleboard.conf, rpi.conf, and rpi_inst.conf similar to how the
other variables $src, $release, $mnt, ... are only defined there.

Many thanks!

christos