pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk Hook up the prepend support.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3c1d5e4860d6
branches:  trunk
changeset: 353464:3c1d5e4860d6
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Wed Oct 05 12:46:43 2016 +0000

description:
Hook up the prepend support.

diffstat:

 mk/cwrappers.mk |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r d191d350f2dc -r 3c1d5e4860d6 mk/cwrappers.mk
--- a/mk/cwrappers.mk   Wed Oct 05 12:39:57 2016 +0000
+++ b/mk/cwrappers.mk   Wed Oct 05 12:46:43 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: cwrappers.mk,v 1.26 2015/05/04 19:23:19 joerg Exp $
+# $NetBSD: cwrappers.mk,v 1.27 2016/10/05 12:46:43 joerg Exp $
 #
 # This Makefile fragment implements integration of pkgtools/cwrappers.
 
@@ -79,6 +79,9 @@
 .  for cmd in ${CWRAPPERS_APPEND.${wrappee}:U}
        ${RUN}echo append=${cmd:Q} >> ${CWRAPPERS_CONFIG_DIR}/${CWRAPPERS_CONFIG.${wrappee}}
 .  endfor
+.  for cmd in ${CWRAPPERS_PREPEND.${wrappee}:U}
+       ${RUN}echo prepend=${cmd:Q} >> ${CWRAPPERS_CONFIG_DIR}/${CWRAPPERS_CONFIG.${wrappee}}
+.  endfor
 .  for cmd in ${_CWRAPPERS_UNWRAP}
        ${RUN}echo unwrap=${cmd:Q} >> ${CWRAPPERS_CONFIG_DIR}/${CWRAPPERS_CONFIG.${wrappee}}
 .  endfor



Home | Main Index | Thread Index | Old Index