docs/146827: [PATCH] fix typo in share/mk/bsd.README
chris petrik
c.petrik.sosa at gmail.com
Sat May 22 11:10:04 UTC 2010
>Number: 146827
>Category: docs
>Synopsis: [PATCH] fix typo in share/mk/bsd.README
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-doc
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: change-request
>Submitter-Id: current-users
>Arrival-Date: Sat May 22 11:10:03 UTC 2010
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:
More information about the freebsd-doc
mailing list