From owner-freebsd-current Mon Nov 25 15:44:48 2002 Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7A00C37B401; Mon, 25 Nov 2002 15:44:46 -0800 (PST) Received: from franky.speednet.com.au (franky.speednet.com.au [203.57.65.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 63BD243E9C; Mon, 25 Nov 2002 15:44:45 -0800 (PST) (envelope-from andyf@speednet.com.au) Received: from brigate.speednet.com.au (brigate.speednet.com.au [203.57.65.241]) by franky.speednet.com.au (8.12.6/8.12.6) with ESMTP id gAPNiTij010178; Tue, 26 Nov 2002 10:44:34 +1100 (EST) (envelope-from andyf@speednet.com.au) Date: Tue, 26 Nov 2002 10:44:29 +1100 (EST) From: Andy Farkas To: Carl Schmidt Cc: freebsd-current@FreeBSD.ORG, Subject: Re: make.conf and make.conf(5) In-Reply-To: <20021119201708.GA1910@carbon.slackerbsd.org> Message-ID: <20021126103930.H50635-100000@brigate.speednet.com.au> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, 19 Nov 2002, Carl Schmidt wrote: > The following PR has two patches attached which address the lack of some > documentation of make.conf in the manual page. It also contains a patch > for make.conf to fix style inconsistencies and two (if I recall > correctly) items which are documented in the manual page but did not > exist in the example conf. > > http://www.freebsd.org/cgi/query-pr.cgi?pr=45470 > > http://docs.freebsd.org/cgi/getmsg.cgi?fetch=116926+0+current/freebsd-doc > -- > Carl Schmidt > Tom, please also consider this suggestion I made over two years ago: *Date: Fri, 13 Oct 2000 08:53:34 +1100 (EST) *From: Andy Farkas *To: freebsd-current@FreeBSD.ORG *Subject: NOMAN I was trying to build a minimul system from sources and noticed that there is no mention of disabling the building and installing of man pages. Should the NOMAN knob be documented in both /etc/defaults/make.conf and /usr/src/Makefile.inc1 ? --- /usr/src/etc/defaults/make.conf-orig Mon Sep 25 19:08:01 2000 +++ /usr/src/etc/defaults/make.conf Fri Oct 13 08:33:17 2000 @@ -69,4 +69,5 @@ #NOINFO= true # do not make or install info files #NOLIBC_R= true # do not build libc_r (re-entrant version of libc) +#NOMAN= true # do not build and install man pages #NOPERL= true # To avoid building perl #NOPROFILE= true # Avoid compiling profiled libraries --- /usr/src/Makefile.inc1-orig Tue Oct 10 01:28:47 2000 +++ /usr/src/Makefile.inc1 Fri Oct 13 08:48:34 2000 @@ -13,4 +13,5 @@ # -DNOSHARE do not go into share subdir # -DNOINFO do not make or install info files +# -DNOMAN do not make or install man files # -DNOLIBC_R do not build libc_r. # -DNO_FORTRAN do not build g77 and related libraries. -- :{ andyf@speednet.com.au Andy Farkas System Administrator Speednet Communications http://www.speednet.com.au/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message