summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authormaxim <maxim@FreeBSD.org>2010-05-22 16:30:33 +0000
committermaxim <maxim@FreeBSD.org>2010-05-22 16:30:33 +0000
commit69981bff7286858c8e5d8b689049381dca2de44d (patch)
tree6016d8b14c190a2877d574e62218600cc98978c1 /share
parent98a829859dbcfcc7bf0fd7b175bfcd0ccda2c754 (diff)
downloadFreeBSD-src-69981bff7286858c8e5d8b689049381dca2de44d.zip
FreeBSD-src-69981bff7286858c8e5d8b689049381dca2de44d.tar.gz
o Grammar.
PR: conf/146827 Submitted by: chris petrik
Diffstat (limited to 'share')
-rw-r--r--share/mk/bsd.README12
1 files changed, 6 insertions, 6 deletions
diff --git a/share/mk/bsd.README b/share/mk/bsd.README
index 2c8a8cd..e672289 100644
--- a/share/mk/bsd.README
+++ b/share/mk/bsd.README
@@ -91,12 +91,12 @@ the command "make b" will echo "bar". This is for compatibility with the
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
OpenPOWER on IntegriCloud