From nobody@FreeBSD.org  Sat May 22 11:07:44 2010
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id E8D1B1065673
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 22 May 2010 11:07:44 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id D79098FC08
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 22 May 2010 11:07:44 +0000 (UTC)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.3/8.14.3) with ESMTP id o4MB7iS5065115
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 22 May 2010 11:07:44 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.3/8.14.3/Submit) id o4MB7iNM065114;
	Sat, 22 May 2010 11:07:44 GMT
	(envelope-from nobody)
Message-Id: <201005221107.o4MB7iNM065114@www.freebsd.org>
Date: Sat, 22 May 2010 11:07:44 GMT
From: chris petrik <c.petrik.sosa@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [PATCH] fix typo in share/mk/bsd.README
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         146827
>Category:       conf
>Synopsis:       [PATCH] fix typo in share/mk/bsd.README
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat May 22 11:10:03 UTC 2010
>Closed-Date:    Sat May 22 16:31:00 UTC 2010
>Last-Modified:  Sat May 22 16:40:00 UTC 2010
>Originator:     chris petrik
>Release:        FreeBSD 8.1-Pre
>Organization:
officialunix
>Environment:
>Description:
Small unimportant typo in share/mk/bsd.README:

It's fairly difficult to make the BSD .mk files work when you're building
multiple programs in a single directory.  It's a lot easier split up the
programs than to deal with the problem.

"It's a lot easier split up the" should be "It's a lot easier to split up the" :)
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: bsd.README
===================================================================
RCS file: /usr/local/freebsdcvs/src/share/mk/bsd.README,v
retrieving revision 1.33
diff -u -r1.33 bsd.README
--- bsd.README	18 Jun 2006 11:26:17 -0000	1.33
+++ bsd.README	22 May 2010 11:00:38 -0000
@@ -91,12 +91,12 @@
 way the V7 make behaved.
 
 It's fairly difficult to make the BSD .mk files work when you're building
-multiple programs in a single directory.  It's a lot easier split up the
-programs than to deal with the problem.  Most of the agony comes from making
-the "obj" directory stuff work right, not because we switch to a new version
-of make.  So, don't get mad at us, figure out a better way to handle multiple
-architectures so we can quit using the symbolic link stuff.  (Imake doesn't
-count.)
+multiple programs in a single directory.  It's a lot easier to split up 
+the programs than to deal with the problem.  Most of the agony comes from 
+making the "obj" directory stuff work right, not because we switch to a new 
+version of make.  So, don't get mad at us, figure out a better way to handle 
+multiple architectures so we can quit using the symbolic link stuff.  
+(Imake doesn't count.)
 
 The file .depend in the source directory is expected to contain dependencies
 for the source files.  This file is read automatically by make after reading


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-doc->freebsd-bugs 
Responsible-Changed-By: linimon 
Responsible-Changed-When: Sat May 22 11:19:13 UTC 2010 
Responsible-Changed-Why:  
Might be better off in 'conf'. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=146827 
State-Changed-From-To: open->closed 
State-Changed-By: maxim 
State-Changed-When: Sat May 22 16:30:46 UTC 2010 
State-Changed-Why:  
Fixed.  Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=146827 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: conf/146827: commit references a PR
Date: Sat, 22 May 2010 16:30:42 +0000 (UTC)

 Author: maxim
 Date: Sat May 22 16:30:33 2010
 New Revision: 208417
 URL: http://svn.freebsd.org/changeset/base/208417
 
 Log:
   o Grammar.
   
   PR:		conf/146827
   Submitted by:	chris petrik
 
 Modified:
   head/share/mk/bsd.README
 
 Modified: head/share/mk/bsd.README
 ==============================================================================
 --- head/share/mk/bsd.README	Sat May 22 15:13:41 2010	(r208416)
 +++ head/share/mk/bsd.README	Sat May 22 16:30:33 2010	(r208417)
 @@ -91,12 +91,12 @@ the command "make b" will echo "bar".  T
  way the V7 make behaved.
  
  It's fairly difficult to make the BSD .mk files work when you're building
 -multiple programs in a single directory.  It's a lot easier split up the
 -programs than to deal with the problem.  Most of the agony comes from making
 -the "obj" directory stuff work right, not because we switch to a new version
 -of make.  So, don't get mad at us, figure out a better way to handle multiple
 -architectures so we can quit using the symbolic link stuff.  (Imake doesn't
 -count.)
 +multiple programs in a single directory.  It's a lot easier to split up 
 +the programs than to deal with the problem.  Most of the agony comes from 
 +making the "obj" directory stuff work right, not because we switch to a new 
 +version of make.  So, don't get mad at us, figure out a better way to handle 
 +multiple architectures so we can quit using the symbolic link stuff.  
 +(Imake doesn't count.)
  
  The file .depend in the source directory is expected to contain dependencies
  for the source files.  This file is read automatically by make after reading
 _______________________________________________
 svn-src-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-src-all
 To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"
 
>Unformatted:
