pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mk Make IMAKE_TOOLS into a publicly-readable variable ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/7bf244e54983
branches: trunk
changeset: 495564:7bf244e54983
user: jlam <jlam%pkgsrc.org@localhost>
date: Tue Jun 14 07:12:23 2005 +0000
description:
Make IMAKE_TOOLS into a publicly-readable variable so that it can be
used by pkgtools/xpkgwedge.
diffstat:
mk/platform/Linux.mk | 4 ++--
mk/tools/imake.mk | 8 ++++----
2 files changed, 6 insertions(+), 6 deletions(-)
diffs (47 lines):
diff -r f19728a3db3a -r 7bf244e54983 mk/platform/Linux.mk
--- a/mk/platform/Linux.mk Tue Jun 14 06:24:39 2005 +0000
+++ b/mk/platform/Linux.mk Tue Jun 14 07:12:23 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Linux.mk,v 1.15 2005/06/01 18:14:23 jlam Exp $
+# $NetBSD: Linux.mk,v 1.16 2005/06/14 07:12:23 jlam Exp $
#
# Variable definitions for the Linux operating system.
@@ -45,7 +45,7 @@
IMAKE_MISCMAN_DIR= ${IMAKE_MAN_SOURCE_PATH}7
IMAKE_MANNEWSUFFIX= ${IMAKE_MAN_SUFFIX}
-_IMAKE_TOOLS= gmake # extra tools required when we use imake
+IMAKE_TOOLS= gmake # extra tools required when we use imake
_DO_SHLIB_CHECKS= no # on installation, fixup PLIST for shared libs
.if exists(/usr/include/netinet6) || exists(/usr/include/linux/in6.h)
_OPSYS_HAS_INET6= yes # IPv6 is standard
diff -r f19728a3db3a -r 7bf244e54983 mk/tools/imake.mk
--- a/mk/tools/imake.mk Tue Jun 14 06:24:39 2005 +0000
+++ b/mk/tools/imake.mk Tue Jun 14 07:12:23 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: imake.mk,v 1.13 2005/05/22 05:21:15 minskim Exp $
+# $NetBSD: imake.mk,v 1.14 2005/06/14 07:12:23 jlam Exp $
#
# Copyright (c) 2005 The NetBSD Foundation, Inc.
# All rights reserved.
@@ -51,8 +51,8 @@
# XMKMF_FLAGS Options to pass to xmkmf
#
# A platform/${OPSYS}.mk file may note that additional tools are
-# required when using imake by setting _IMAKE_TOOLS to the appropriate
-# value, e.g. _IMAKE_TOOLS+=gmake to use GNU make to build packages
+# required when using imake by setting IMAKE_TOOLS to the appropriate
+# value, e.g. IMAKE_TOOLS+=gmake to use GNU make to build packages
# that use imake.
#
# This file needs to be included before replace.mk as it modifies the
@@ -73,7 +73,7 @@
# Add any extra tools that may be required when using imake, e.g. gmake.
.if !empty(USE_TOOLS:Mimake)
-USE_TOOLS+= ${_IMAKE_TOOLS:Nimake}
+USE_TOOLS+= ${IMAKE_TOOLS:Nimake}
.endif
TOOLS_REAL_ARGS.imake?= ${IMAKEOPTS}
Home |
Main Index |
Thread Index |
Old Index