Source-Changes-HG archive

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

[src/trunk]: src/compat catch up with s/MAKEDIROBJPREFIX/MAKEOBJDIR/ changes ...



details:   https://anonhg.NetBSD.org/src/rev/93bb5e068e06
branches:  trunk
changeset: 764338:93bb5e068e06
user:      mrg <mrg%NetBSD.org@localhost>
date:      Sun Apr 17 01:29:06 2011 +0000

description:
catch up with s/MAKEDIROBJPREFIX/MAKEOBJDIR/ changes in comments.

diffstat:

 compat/README            |  4 ++--
 compat/dirshack/Makefile |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (36 lines):

diff -r c9dc227539ff -r 93bb5e068e06 compat/README
--- a/compat/README     Sun Apr 17 00:37:49 2011 +0000
+++ b/compat/README     Sun Apr 17 01:29:06 2011 +0000
@@ -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 @@
 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 -r c9dc227539ff -r 93bb5e068e06 compat/dirshack/Makefile
--- a/compat/dirshack/Makefile  Sun Apr 17 00:37:49 2011 +0000
+++ b/compat/dirshack/Makefile  Sun Apr 17 01:29:06 2011 +0000
@@ -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



Home | Main Index | Thread Index | Old Index