Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 Mar 2001 17:23:02 +0100
From:      Brian Somers <brian@Awfulhak.org>
To:        Brian Somers <brian@Awfulhak.org>, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   Re: cvs commit: src/sys/conf kmod.mk 
Message-ID:  <200103271623.f2RGN2L00795@hak.lan.Awfulhak.org>
In-Reply-To: Message from Ruslan Ermilov <ru@FreeBSD.org>  of "Tue, 27 Mar 2001 16:14:04 %2B0300." <20010327161404.D56258@sunbay.com> 

next in thread | previous in thread | raw e-mail | index | archive | help
> On Tue, Mar 27, 2001 at 01:18:02PM +0100, Brian Somers wrote:
> > > * Ruslan Ermilov <ru@FreeBSD.org> [010327 03:55] wrote:
> > > > On Tue, Mar 27, 2001 at 03:50:45AM -0800, Ruslan Ermilov wrote:
> > > > > ru          2001/03/27 03:50:45 PST
> > > > > 
> > > > >   Modified files:
> > > > >     sys/conf             kmod.mk 
> > > > >   Log:
> > > > >   Reflect recent bsd.man.mk changes here, but do not assign the
> > > > >   default MAN=${KMOD}.4 value for now.  This feature was broken
> > > > >   before, and enabling it now would cause 92 Makefiles to fail.
> > > > >   
> > > > >   Revision  Changes    Path
> > > > >   1.100     +9 -6      src/sys/conf/kmod.mk
> > > > > 
> > > > Should I fix all these 92 Makefiles (they do not have NOMAN=) and
> > > > enable this feature, or should I drop the bsd.man.mk support from
> > > > kmod.mk completely?  No module installs manpages for now.
> > > 
> > > How about inverting the logic?  meaning they must have a MAN= if
> > > they want pages installed?
> > 
> > I believe both NetBSD & OpenBSD have it the NOMAN way.  It'd be nice 
> > to be consistent (unless anyone has a particularly good reason for us 
> > not to be).
> > 
> You are probably mistaken.
> 
> OpenBSD has it this way in their bsd.lkm.mk:
> 
> .if     !defined(MAN)
> MAN=    ${LKM}.1
> .endif  # !defined(MAN)
> 
> 
> NetBSD has it this way in their bsd.kmod.mk:
> 
> .if     !defined(MAN)
> MAN=    ${KMOD}.4
> .endif

Yes, you're right.  I did a couple of tests in src/bin/date/ on each 
machine.  Date isn't a module :-/

My apologies !

> Cheers,
> -- 
> Ruslan Ermilov		Oracle Developer/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

-- 
Brian <brian@Awfulhak.org>                        <brian@[uk.]FreeBSD.org>
      <http://www.Awfulhak.org>;                   <brian@[uk.]OpenBSD.org>
Don't _EVER_ lose your sense of humour !



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?200103271623.f2RGN2L00795>