Source-Changes-HG archive

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

[src/trunk]: src/tools/compat Change the default value of COMPATLIB_UNINSTALL...



details:   https://anonhg.NetBSD.org/src/rev/2dbe00f1407a
branches:  trunk
changeset: 783047:2dbe00f1407a
user:      apb <apb%NetBSD.org@localhost>
date:      Sun Dec 02 13:05:14 2012 +0000

description:
Change the default value of COMPATLIB_UNINSTALLED to no, now that
all users of comapt/defs.mk have been adjusted.  This is the last
commit related to fixing PR 47188.

diffstat:

 tools/compat/defs.mk.in |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (19 lines):

diff -r 1e76f9ece59a -r 2dbe00f1407a tools/compat/defs.mk.in
--- a/tools/compat/defs.mk.in   Sun Dec 02 12:55:27 2012 +0000
+++ b/tools/compat/defs.mk.in   Sun Dec 02 13:05:14 2012 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: defs.mk.in,v 1.11 2012/12/02 12:37:08 apb Exp $
+#      $NetBSD: defs.mk.in,v 1.12 2012/12/02 13:05:14 apb Exp $
 #
 # Makefile fragment for building with libnbcompat and associated
 # include files.  It can also be used for building just with
@@ -44,8 +44,7 @@
 .include <bsd.own.mk>
 
 # Use the installed (TOOLDIR) version of the library and headers by default
-COMPATLIB_UNINSTALLED ?= yes   # will be changed to "no" as soon as callers
-                               # have been adjusted.
+COMPATLIB_UNINSTALLED ?= no
 # Use library and includes by default.
 COMPATLIB_NO_LIB ?= no
 



Home | Main Index | Thread Index | Old Index