summaryrefslogtreecommitdiff
path: root/mk/platform/IRIX.mk
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2007-10-18 21:52:23 +0000
committerrillig <rillig@pkgsrc.org>2007-10-18 21:52:23 +0000
commitf53c1ce2ee28d30f860647f5e094a47fda083188 (patch)
tree8bc63956e40e42228866a4cb05bd8547950f5fa7 /mk/platform/IRIX.mk
parentb83eb9eef883b73fc35d944ea0c3b617ac057d8a (diff)
downloadpkgsrc-f53c1ce2ee28d30f860647f5e094a47fda083188.tar.gz
Factored out the parts that are common between all the supported
platforms, mainly because it wouldn't have made sense to document the variables in one of those files, but they need to be documented somewhere. Added the file defaults.mk, which now serves as the reference document which provides useful default values and _explains_ the variables.
Diffstat (limited to 'mk/platform/IRIX.mk')
-rw-r--r--mk/platform/IRIX.mk10
1 files changed, 3 insertions, 7 deletions
diff --git a/mk/platform/IRIX.mk b/mk/platform/IRIX.mk
index 119df415909..bf5e4ac4b58 100644
--- a/mk/platform/IRIX.mk
+++ b/mk/platform/IRIX.mk
@@ -1,9 +1,8 @@
-# $NetBSD: IRIX.mk,v 1.30 2007/07/29 05:19:44 jlam Exp $
+# $NetBSD: IRIX.mk,v 1.31 2007/10/18 21:52:24 rillig Exp $
#
# Variable definitions for the IRIX operating system.
ECHO_N?= ${ECHO} -n
-IMAKE_MAKE?= ${MAKE} # program which gets invoked by imake
IMAKEOPTS+= -DMakeCmd=${PREFIX}/bin/bmake -DProjectRoot=${X11BASE}
IMAKEOPTS+= -DManUsr=${PREFIX}
.if empty(OS_VERSION:M6*)
@@ -11,13 +10,10 @@ IMAKEOPTS+= -DShLibDir=${X11BASE}/lib
IMAKEOPTS+= -DOptimizerLevel="${CFLAGS}"
IMAKEOPTS+= -DManPath=${PREFIX}/man
.endif
-PKGLOCALEDIR?= share
PS?= /sbin/ps
SU?= /sbin/su
TYPE?= /sbin/type
-CPP_PRECOMP_FLAGS?= # unset
-DEF_UMASK?= 022
DEFAULT_SERIAL_DEVICE?= /dev/null
EXPORT_SYMBOLS_LDFLAGS?= # Don't add symbols to the dynamic symbol table
MOTIF_TYPE_DEFAULT?= dt # default 2.0 compatible libs type
@@ -26,8 +22,6 @@ ROOT_CMD?= ${SU} - root -c
ROOT_GROUP?= sys
ROOT_USER?= root
SERIAL_DEVICES?= /dev/null
-ULIMIT_CMD_datasize?= ulimit -d `ulimit -H -d`
-ULIMIT_CMD_stacksize?= ulimit -s `ulimit -H -s`
ULIMIT_CMD_memorysize?= ulimit -v `ulimit -H -v`
# imake installs manpages in weird places
@@ -121,3 +115,5 @@ _OPSYS_MAX_CMDLEN_CMD= /usr/sbin/sysconf ARG_MAX
#GAMEMODE= 2555
#GAMEDIRMODE= 0775
#.endif
+
+.include "${.PARSEDIR}/defaults.mk"