pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mk Removed the quoting for SUBST_MESSAGE.<class>. Most...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3b1b1daa796f
branches:  trunk
changeset: 493990:3b1b1daa796f
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Wed May 18 03:33:51 2005 +0000

description:
Removed the quoting for SUBST_MESSAGE.<class>. Most packages unnecessarily
define that inside double quotes.

diffstat:

 mk/subst.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r e16f761cf55e -r 3b1b1daa796f mk/subst.mk
--- a/mk/subst.mk       Wed May 18 03:14:01 2005 +0000
+++ b/mk/subst.mk       Wed May 18 03:33:51 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: subst.mk,v 1.18 2005/05/17 19:01:36 rillig Exp $
+# $NetBSD: subst.mk,v 1.19 2005/05/18 03:33:51 rillig Exp $
 #
 # This Makefile fragment implements a general text replacement facility.
 # Package makefiles define a ``class'', for each of which a paricular
@@ -67,7 +67,7 @@
  subst-${_class_}-message:
 .  if defined(SUBST_MESSAGE.${_class_})
        ${_PKG_SILENT}${_PKG_DEBUG}                                     \
-       ${ECHO_SUBST_MSG} "=> "${SUBST_MESSAGE.${_class_}:Q}
+       ${ECHO_SUBST_MSG} "=> "${SUBST_MESSAGE.${_class_}}
 .  endif
 
 .PHONY: subst-${_class_}-cookie



Home | Main Index | Thread Index | Old Index