Subject: Re: Renaming SUBDIR to SUBDIRS?
To: None <tech-pkg@netbsd.org>
From: Joerg Sonnenberger <joerg@britannica.bec.de>
List: tech-pkg
Date: 09/05/2005 14:32:16
On Mon, Sep 05, 2005 at 02:24:18PM +0200, Roland Illig wrote:
> currently the category Makefiles and the top-level Makefile contain many
> lines of the form
>
> SUBDIR+= pkgname
>
> I would like to change all these instances to
>
> SUBDIRS+= pkgname
Please, don't. It destroys the symmetry between pkgsrc and all other BSD
makefiles.
Joerg