All list variables should have ``plural'' names, e.g. PKG_OPTIONS or
DISTFILES.
This commit is contained in:
parent
c38978cf6b
commit
c39fdc1cf4
1 changed files with 5 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
<!-- $NetBSD: makefile.xml,v 1.14 2005/05/15 23:46:20 rillig Exp $ -->
|
||||
<!-- $NetBSD: makefile.xml,v 1.15 2005/05/16 09:27:48 rillig Exp $ -->
|
||||
|
||||
<!-- based on:
|
||||
pkgsrc/bootstrap/bmake/for.c 1.1.1.1
|
||||
|
@ -112,6 +112,10 @@ pkgsrc/bootstrap/bmake/var.c 1.2
|
|||
lowercase variable names for the iteration
|
||||
variables.</para></listitem>
|
||||
|
||||
<listitem><para>All list variables should have a ``plural''
|
||||
name, e.g. <varname>PKG_OPTIONS</varname> or
|
||||
<varname>DISTFILES</varname>.</para></listitem>
|
||||
|
||||
</itemizedlist>
|
||||
</sect2>
|
||||
|
||||
|
|
Loading…
Reference in a new issue