summaryrefslogtreecommitdiff
path: root/mk/defs.IRIX.mk
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2003-08-26 20:15:23 +0000
committerjlam <jlam@pkgsrc.org>2003-08-26 20:15:23 +0000
commit9fbdc941fea7d21de5d5b90812f86cfcc394704e (patch)
tree8b1c3bab1e6dabee92b179dc0fdf2dc62269e99a /mk/defs.IRIX.mk
parent4826d368a2175f7a2e4026e3ee433f5c184ee2a4 (diff)
downloadpkgsrc-9fbdc941fea7d21de5d5b90812f86cfcc394704e.tar.gz
Create a symlink from the "make" requested by the package into
${TOOLS_DIR}/bin/make. If a package wants GNU make, then it should set: USE_GNU_TOOLS+= make in the package Makefile. Allow for USE_GMAKE to continue to work until we get a chance to sweep through pkgsrc and remove the usage of this now-redundant variable. This change allows us to avoid patching makefiles that use a bare "make" command to invoke sub-make processes. Idea suggested by salo@netbsd.org in pkg/22509.
Diffstat (limited to 'mk/defs.IRIX.mk')
-rw-r--r--mk/defs.IRIX.mk3
1 files changed, 1 insertions, 2 deletions
diff --git a/mk/defs.IRIX.mk b/mk/defs.IRIX.mk
index 2fa3d35a8d3..d31db15a58d 100644
--- a/mk/defs.IRIX.mk
+++ b/mk/defs.IRIX.mk
@@ -1,4 +1,4 @@
-# $NetBSD: defs.IRIX.mk,v 1.30 2003/07/11 15:40:19 jschauma Exp $
+# $NetBSD: defs.IRIX.mk,v 1.31 2003/08/26 20:15:26 jlam Exp $
#
# Variable definitions for the IRIX operating system.
@@ -107,7 +107,6 @@ IMAKE_MANNEWSUFFIX= z
_DO_SHLIB_CHECKS= yes # fixup PLIST for shared libs
_IMAKE_MAKE= ${MAKE} # program which gets invoked by imake
-_OPSYS_HAS_GMAKE= no # GNU make is not standard
.if exists(/usr/include/netinet6)
_OPSYS_HAS_INET6= yes # IPv6 is standard
.else