summaryrefslogtreecommitdiff
path: root/mk/compiler/mipspro.mk
diff options
context:
space:
mode:
authorrillig <rillig>2008-02-07 20:59:05 +0000
committerrillig <rillig>2008-02-07 20:59:05 +0000
commitd41bea0d28290446bac968e9da48be03a96fc991 (patch)
tree7848556c0e67a59569fbbb6d54fd922e9361bec0 /mk/compiler/mipspro.mk
parent3f5302b88ca073dd6ba81986209420d1223ae1b5 (diff)
downloadpkgsrc-d41bea0d28290446bac968e9da48be03a96fc991.tar.gz
Replaced _PKG_SILENT and _PKG_DEBUG with RUN.
XXX: Why do we have the exactly same code in all the files?
Diffstat (limited to 'mk/compiler/mipspro.mk')
-rw-r--r--mk/compiler/mipspro.mk10
1 files changed, 5 insertions, 5 deletions
diff --git a/mk/compiler/mipspro.mk b/mk/compiler/mipspro.mk
index fae9327d0b0..4c52767b1ae 100644
--- a/mk/compiler/mipspro.mk
+++ b/mk/compiler/mipspro.mk
@@ -1,4 +1,4 @@
-# $NetBSD: mipspro.mk,v 1.38 2007/03/07 01:37:18 rillig Exp $
+# $NetBSD: mipspro.mk,v 1.39 2008/02/07 20:59:05 rillig Exp $
#
# This is the compiler definition for the MIPSpro C compiler.
#
@@ -90,14 +90,14 @@ PREPEND_PATH+= ${_MIPSPRO_DIR}/bin
. if !target(${_MIPSPRO_${_var_}})
override-tools: ${_MIPSPRO_${_var_}}
${_MIPSPRO_${_var_}}:
- ${_PKG_SILENT}${_PKG_DEBUG}${MKDIR} ${.TARGET:H}
- ${_PKG_SILENT}${_PKG_DEBUG} \
+ ${RUN}${MKDIR} ${.TARGET:H}
+ ${RUN} \
(${ECHO} '#!${TOOLS_SHELL}'; \
${ECHO} 'exec ${MIPSPROBASE}/bin/${.TARGET:T} "$$@"'; \
) > ${.TARGET}
- ${_PKG_SILENT}${_PKG_DEBUG}${CHMOD} +x ${.TARGET}
+ ${RUN}${CHMOD} +x ${.TARGET}
. for _alias_ in ${_ALIASES.${_var_}:S/^/${.TARGET:H}\//}
- ${_PKG_SILENT}${_PKG_DEBUG} \
+ ${RUN} \
if [ ! -x "${_alias_}" ]; then \
${LN} -f ${.TARGET} ${_alias_}; \
fi