Re: make.conf and make.conf(5)

2002-11-26 Thread Tom Rhodes
I'll look into this ;)

--
Tom Rhodes

On Tue, 26 Nov 2002 10:44:29 +1100 (EST)
Andy Farkas [EMAIL PROTECTED] wrote:

 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 [EMAIL PROTECTED]
 *To: [EMAIL PROTECTED]
 *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-origMon 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.
 
 
 --
 
  :{ [EMAIL PROTECTED]
 
 Andy Farkas
 System Administrator
Speednet Communications
  http://www.speednet.com.au/
 
 
 
 

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message



Re: make.conf and make.conf(5)

2002-11-20 Thread Tom Rhodes
On Wed, 20 Nov 2002 12:09:14 +0200
Sheldon Hearn [EMAIL PROTECTED] wrote:

 On (2002/11/19 15:17), 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
 
 I see that Tom Rhodes has taken this one.
 
 Tom, I like this patch.  When you commit it, please tidy up the
 new description for MAKE_SHELL, which I think is a bit more chatty
 than necessary. :-)
 
 Thanks, Carl.  This work is always a pain in the butt to do, but
 readers of the manpage get very frustrated if it isn't done.
 
 Ciao,
 Sheldon.
 

Not a problem, Sheldon.  I'm going to clean up a tad bit of the
markup, unless Carl wants to hear my comments ;)

I should get this done quickly.

--
Tom Rhodes

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message



Re: make.conf and make.conf(5)

2002-11-20 Thread Tom Rhodes
On Wed, 20 Nov 2002 10:10:14 -0500
Carl Schmidt [EMAIL PROTECTED] wrote:

 On Wed, Nov 20, 2002 at 09:53:35AM -0500, Tom Rhodes wrote:
  On Wed, 20 Nov 2002 12:09:14 +0200
  Sheldon Hearn [EMAIL PROTECTED] wrote:
   On (2002/11/19 15:17), 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
   
   I see that Tom Rhodes has taken this one.
   
   Tom, I like this patch.  When you commit it, please tidy up the
   new description for MAKE_SHELL, which I think is a bit more chatty
   than necessary. :-)
   
   Thanks, Carl.  This work is always a pain in the butt to do, but
   readers of the manpage get very frustrated if it isn't done.
   
   Ciao,
   Sheldon.
   
  
  Not a problem, Sheldon.  I'm going to clean up a tad bit of the
  markup, unless Carl wants to hear my comments ;)
  
  I should get this done quickly.
 
 What markup are you referring to so I know in the future what not to
 do?-- 
 Carl Schmidt
 

For one, the '/' should be marked up as:

.Pa / .

and a hard sentence break exists (a hard sentence break is when we
don't start a new line for the new sentence) although its trivial
work.  Would you like a copy of the completed patch?

--
Tom Rhodes

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message



Re: make.conf and make.conf(5)

2002-11-20 Thread Carl Schmidt
On Wed, Nov 20, 2002 at 03:37:32PM -0500, Tom Rhodes wrote:
 On Wed, 20 Nov 2002 10:10:14 -0500
 Carl Schmidt [EMAIL PROTECTED] wrote:
 
  On Wed, Nov 20, 2002 at 09:53:35AM -0500, Tom Rhodes wrote:
   On Wed, 20 Nov 2002 12:09:14 +0200
   Sheldon Hearn [EMAIL PROTECTED] wrote:
On (2002/11/19 15:17), 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

I see that Tom Rhodes has taken this one.

Tom, I like this patch.  When you commit it, please tidy up the
new description for MAKE_SHELL, which I think is a bit more chatty
than necessary. :-)

Thanks, Carl.  This work is always a pain in the butt to do, but
readers of the manpage get very frustrated if it isn't done.

Ciao,
Sheldon.

   
   Not a problem, Sheldon.  I'm going to clean up a tad bit of the
   markup, unless Carl wants to hear my comments ;)
   
   I should get this done quickly.
  
  What markup are you referring to so I know in the future what not to
  do?-- 
  Carl Schmidt
  
 
 For one, the '/' should be marked up as:
 
 .Pa / .
 
 and a hard sentence break exists (a hard sentence break is when we
 don't start a new line for the new sentence) although its trivial
 work.  Would you like a copy of the completed patch?

Nah I think I see what you mean.  Thank you.
-- 
Carl Schmidt

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message