tech-pkg archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: wip/mk/git-package.mk cleanups



Hi Richard!

Thanks for all your work on this! The patches look quite good. I have
one question and a stylistic comment.

On Mon, May 05, 2014 at 07:54:17PM -0400, Richard Hansen wrote:
>   * create NO_CVS_CACHE, NO_GIT_CACHE, and NO_HG_CACHE for consistency
>     with NO_SVN_CACHE (so users can easily disable caching)
>
>   * create NO_{CVS,GIT,HG,SVN}_CACHE.${id} so that packages can
>     disable caching

We usually avoid negative variable names, if possible, since e.g.
NO_CVS_CACHE=no is a bit hard to understand. Can you make these
positive? Perhaps CREATE_HG_CACHE or CACHE_HG or something similar?
 
> Subject: [PATCH 05/13] use :Q modifier to escape special shell characters

Did this actually fix anything or is it just for safety?

Cheers,
 Thomas


Home | Main Index | Thread Index | Old Index