summaryrefslogtreecommitdiff
path: root/mk/defs.IRIX.mk
diff options
context:
space:
mode:
authortv <tv>2004-04-07 14:26:50 +0000
committertv <tv>2004-04-07 14:26:50 +0000
commita838a752aff38026c29dceb97945d9de13061a27 (patch)
tree15357c605b1a41df90934989674ed7edfd47d64d /mk/defs.IRIX.mk
parentde95294ecb358c373e8df11311569ad1ef9d62b2 (diff)
downloadpkgsrc-a838a752aff38026c29dceb97945d9de13061a27.tar.gz
Convert "${ECHO} -n" to "${ECHO_N}", and introduce that into the defs.*
files. On most platforms this resolves back to "${ECHO} -n".
Diffstat (limited to 'mk/defs.IRIX.mk')
-rw-r--r--mk/defs.IRIX.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/mk/defs.IRIX.mk b/mk/defs.IRIX.mk
index f2ece5a9212..3901cea55be 100644
--- a/mk/defs.IRIX.mk
+++ b/mk/defs.IRIX.mk
@@ -1,4 +1,4 @@
-# $NetBSD: defs.IRIX.mk,v 1.41 2004/03/11 22:57:22 agc Exp $
+# $NetBSD: defs.IRIX.mk,v 1.42 2004/04/07 14:26:51 tv Exp $
#
# Variable definitions for the IRIX operating system.
@@ -15,6 +15,7 @@ DATE?= /sbin/date
DC?= /usr/bin/dc
DIRNAME?= /usr/bin/dirname
ECHO?= /sbin/echo
+ECHO_N?= ${ECHO} -n
EGREP?= /bin/grep
EXPR?= /bin/expr
FALSE?= /usr/bin/false