summaryrefslogtreecommitdiff
path: root/compat
diff options
context:
space:
mode:
authormrg <mrg@NetBSD.org>2011-04-17 01:29:06 +0000
committermrg <mrg@NetBSD.org>2011-04-17 01:29:06 +0000
commit7cb5a0899dc6937146e9625f9b9ff3d590bf8507 (patch)
tree8a30c149eb5be1518529aac4cee9cef4c4f44e36 /compat
parentba886a8bfc9c1761e7c0ed975725c8a05059cfb7 (diff)
catch up with s/MAKEDIROBJPREFIX/MAKEOBJDIR/ changes in comments.
Diffstat (limited to 'compat')
-rw-r--r--compat/README4
-rw-r--r--compat/dirshack/Makefile4
2 files changed, 4 insertions, 4 deletions
diff --git a/compat/README b/compat/README
index 9c126c452b7..0754609659f 100644
--- a/compat/README
+++ b/compat/README
@@ -1,4 +1,4 @@
-$NetBSD: README,v 1.6 2010/06/30 03:28:01 mrg Exp $
+$NetBSD: README,v 1.7 2011/04/17 01:29:06 mrg Exp $
Building multi- ABI libraries for NetBSD platforms.
@@ -11,7 +11,7 @@ the mips64 port to support all three of old-style 32-bit ("o32"), the
new 32-bit (default, "n32", 64-bit CPU required) or the 64-bit ABI.
-The basic premise is to re-set $MAKEOBJDIRPREFIX to fresh subdirectory
+The basic premise is to re-set $MAKEOBJDIR to fresh subdirectory
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
diff --git a/compat/dirshack/Makefile b/compat/dirshack/Makefile
index daf8d896135..b169394e60d 100644
--- a/compat/dirshack/Makefile
+++ b/compat/dirshack/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2009/12/13 09:25:57 mrg Exp $
+# $NetBSD: Makefile,v 1.2 2011/04/17 01:29:06 mrg Exp $
# hacky method to get compat multilib base objdirs created before
# make tries to go create the subdirs used for builds.
@@ -6,7 +6,7 @@
# the problem is that make handles objdir creation for subdirs before it
# handles this current directory, so when make cd's into $arch/$libtype
# and from there into the ../../lib dirs, it ends up setting the forced
-# MAKEOBJDIRPREFIX to something based upon ${.CURDIR}, since the objdir
+# MAKEOBJDIR to something based upon ${.CURDIR}, since the objdir
# doesn't exist yet.
#
# our solution is simple - from this Makefile we traverse the same list