Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/compat Fix typos; wording.



details:   https://anonhg.NetBSD.org/src/rev/c9506d37f5e4
branches:  trunk
changeset: 778494:c9506d37f5e4
user:      wiz <wiz%NetBSD.org@localhost>
date:      Thu Mar 29 18:35:11 2012 +0000

description:
Fix typos; wording.

>From patch by Bug Hunting.

diffstat:

 compat/README |  12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diffs (37 lines):

diff -r 4ca724eb1031 -r c9506d37f5e4 compat/README
--- a/compat/README     Thu Mar 29 18:33:19 2012 +0000
+++ b/compat/README     Thu Mar 29 18:35:11 2012 +0000
@@ -1,7 +1,7 @@
-$NetBSD: README,v 1.7 2011/04/17 01:29:06 mrg Exp $
+$NetBSD: README,v 1.8 2012/03/29 18:35:11 wiz Exp $
 
 
-Building multi- ABI libraries for NetBSD platforms.
+Building multi-ABI libraries for NetBSD platforms.
 
 
 src/compat has a framework to (re)build the libraries shipped with
@@ -15,11 +15,11 @@
 underneath src/compat and rebuild the libraries with a different set
 of options.  Each platform wanting support should create their port
 subdirectory directly in src/compat, and then one subdirectory in here
-for each ABI required.  e.g., src/compat/amd64/i386 is where we build
+for each ABI required, e.g., src/compat/amd64/i386 is where we build
 the 32-bit compat libraries for the amd64 port.  In each of these
-subdirs, a small Makefile and makefile fragment should exist.  The
+subdirectories, a small Makefile and makefile fragment should exist.  The
 Makefile should set BSD_MK_COMPAT_FILE to equal the fragment, and then
-include "../../compatsubdir.mk"  Eg, amd64/i386/Makefile has:
+include "../../compatsubdir.mk".  E.g., amd64/i386/Makefile has:
 
        BSD_MK_COMPAT_FILE=${.CURDIR}/bsd.i386.mk
 
@@ -60,7 +60,7 @@
 archdirs.mk holds the list of subdirectories for each port.
 
 Makefile.compat has the basic framework to force the right paths for
-library and ld.elf_so linkage.  It contains a hack to create subdirs
+library and ld.elf_so linkage.  It contains a hack to create subdirectories
 in the build that should be fixed.
 
 dirshack/Makefile is a hack to get objdirs created timely, and should



Home | Main Index | Thread Index | Old Index