Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 7 Dec 2001 01:50:01 -0800 (PST)
From:      Ruslan Ermilov <ru@freebsd.org>
To:        freebsd-doc@freebsd.org
Subject:   Re: docs/32560: make.conf(5) and share/examples/make.conf are out of date
Message-ID:  <200112070950.fB79o1P17252@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR docs/32560; it has been noted by GNATS.

From: Ruslan Ermilov <ru@FreeBSD.org>
To: maxim@news1.macomnet.ru
Cc: bug-followup@FreeBSD.org
Subject: Re: docs/32560: make.conf(5) and share/examples/make.conf are out of date
Date: Fri, 7 Dec 2001 11:39:56 +0200

 On Thu, Dec 06, 2001 at 08:56:01PM +0300, maxim@macomnet.ru wrote:
 > 
 > Index: man5/make.conf.5
 > ===================================================================
 > RCS file: /home/ncvs/src/share/man/man5/make.conf.5,v
 > retrieving revision 1.34
 > diff -u -r1.34 make.conf.5
 > --- man5/make.conf.5	22 Sep 2001 08:21:56 -0000	1.34
 > +++ man5/make.conf.5	2 Dec 2001 13:44:33 -0000
 > @@ -353,6 +353,9 @@
 >  .It Va MODULES_WITH_WORLD
 >  .Pq Vt bool
 >  Set to build modules with the system instead of the kernel.
 > +.It Va MODULES_OVERRIDE
 > +.Pq Vt str
 > +Set a list of modules to build instead of all of them.
 >  .It Va NO_CVS
 >  .Pq Vt bool
 >  Set to not build CVS.
 > 
 Maxim,
 
 I think MODULES_OVERRIDE logically belongs to the "kernel build"
 section of make.conf(5), after the NO_MODULES knob.  Otherwise,
 looks good.  Agreed?
 
 Index: share/examples/etc/make.conf
 ===================================================================
 RCS file: /home/ncvs/src/share/examples/etc/make.conf,v
 retrieving revision 1.176
 diff -u -r1.176 make.conf
 --- share/examples/etc/make.conf	2001/10/01 08:13:57	1.176
 +++ share/examples/etc/make.conf	2001/12/07 09:39:42
 @@ -123,6 +123,8 @@
  # To build sys/modules when building the world (our old way of doing things)
  #MODULES_WITH_WORLD=true	# do not build modules when building kernel
  #
 +# The list of modules to build instead of all of them.
 +#MODULES_OVERRIDE=	linux ipfw
  #
  # The following controls building optional IDEA code in libcrypto and
  # certain ports.  Patents are involved - you must not use this unless
 Index: share/man/man5/make.conf.5
 ===================================================================
 RCS file: /home/ncvs/src/share/man/man5/make.conf.5,v
 retrieving revision 1.34
 diff -u -r1.34 make.conf.5
 --- share/man/man5/make.conf.5	2001/09/22 08:21:56	1.34
 +++ share/man/man5/make.conf.5	2001/12/07 09:39:43
 @@ -286,6 +286,9 @@
  .It Va NO_MODULES
  .Pq Vt bool
  Set to not build modules with the kernel.
 +.It Va MODULES_OVERRIDE
 +.Pq Vt str
 +Set to a list of modules to build instead of all of them.
  .El
  .Pp
  The following list provides a name and short description for variables
 
 
 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

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-doc" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200112070950.fB79o1P17252>