pkgsrc-Changes archive

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

CVS commit: pkgsrc/mk



Module Name:    pkgsrc
Committed By:   joerg
Date:           Wed Oct  5 12:46:43 UTC 2016

Modified Files:
        pkgsrc/mk: cwrappers.mk

Log Message:
Hook up the prepend support.


To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 pkgsrc/mk/cwrappers.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/mk/cwrappers.mk
diff -u pkgsrc/mk/cwrappers.mk:1.26 pkgsrc/mk/cwrappers.mk:1.27
--- pkgsrc/mk/cwrappers.mk:1.26 Mon May  4 19:23:19 2015
+++ pkgsrc/mk/cwrappers.mk      Wed Oct  5 12:46:43 2016
@@ -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 @@ generate-cwrappers:
 .  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