All list variables should have ``plural'' names, e.g. PKG_OPTIONS or

DISTFILES.
This commit is contained in:
rillig 2005-05-16 09:27:48 +00:00
parent c38978cf6b
commit c39fdc1cf4

View file

@ -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: <!-- based on:
pkgsrc/bootstrap/bmake/for.c 1.1.1.1 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 lowercase variable names for the iteration
variables.</para></listitem> 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> </itemizedlist>
</sect2> </sect2>