Date: Fri, 15 Feb 2002 12:00:56 +0200 From: Ruslan Ermilov <ru@FreeBSD.ORG> To: Luigi Rizzo <luigi@FreeBSD.ORG> Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/share/man/man4 Makefile Message-ID: <20020215120056.A13211@sunbay.com> In-Reply-To: <20020215004331.B62826@iguana.icir.org> References: <200202150836.g1F8a6P53451@freefall.freebsd.org> <20020215104025.A1139@sunbay.com> <20020215004331.B62826@iguana.icir.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, Feb 15, 2002 at 12:43:31AM -0800, Luigi Rizzo wrote:
> On Fri, Feb 15, 2002 at 10:40:26AM +0200, Ruslan Ermilov wrote:
> > > (wonder why the process cannot be made automatic...)
> > >
> > What do you mean?
>
> couldn't the Makefile derive a tentative list of targets by doing
>
> MAN=`ls *.4`
>
This would be bogus for a variety of reasons:
1. != type of assignment means ls(1) should be present in PATH during
installworld, and we don't have it there (${STRICTTMPPATH}:${INSTALLTMP}).
There are some places where != should not be actually used, and I
will eventually clean then up. It's not normally a problem because
make(1) considers a non-zero exit value as non-fatal, and we don't
usually use != results at `install' phase.
2. This would make it impossible to exclude some manpages from build,
given a good reason.
> and then using special cases to add/remove non-conforming filenames ?
>
You can't remove without using the := type of assigmenent.
Cheers,
--
Ruslan Ermilov Sysadmin and DBA,
ru@sunbay.com Sunbay Software AG,
ru@FreeBSD.org FreeBSD committer,
+380.652.512.251 Simferopol, Ukraine
http://www.FreeBSD.org The Power To Serve
http://www.oracle.com Enabling The Information Age
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020215120056.A13211>
