Subject: Re: CVS commit: sharesrc
To: None <source-changes@netbsd.org, tron@netbsd.org>
From: Ross Harvey <ross@ghs.com>
List: source-changes
Date: 03/05/2001 01:52:26
> From: Matthias Scheler <tron@netbsd.org>
>
> Module Name: sharesrc
> Committed By: tron
> Date: Mon Mar 5 06:52:12 UTC 2001
>
> Modified Files:
> sharesrc/share/mk: bsd.man.mk
>
> Log Message:
> Invoke "groff" directly when building manual pages, "nroff" is just a
> shell script wrapper. This saves at least one fork(2) and one exec(2)
> while creating each manual page and should thus speed up builds.
Just to be picky, the nroff wrapper adds no forks. :-)
//