pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mk Actually, it's okay if SUBST_FILTER_CMD is empty......
details: https://anonhg.NetBSD.org/pkgsrc/rev/9f570bef8451
branches: trunk
changeset: 479838:9f570bef8451
user: jlam <jlam%pkgsrc.org@localhost>
date: Mon Aug 23 16:36:00 2004 +0000
description:
Actually, it's okay if SUBST_FILTER_CMD is empty... the ${SUBST_COOKIE}
target takes care of this case already.
diffstat:
mk/subst.mk | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 3de201023bd5 -r 9f570bef8451 mk/subst.mk
--- a/mk/subst.mk Mon Aug 23 16:35:11 2004 +0000
+++ b/mk/subst.mk Mon Aug 23 16:36:00 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: subst.mk,v 1.14 2004/08/23 16:35:11 jlam Exp $
+# $NetBSD: subst.mk,v 1.15 2004/08/23 16:36:00 jlam Exp $
#
# This Makefile fragment implements a general text replacement facility.
# Package makefiles define a ``class'', for each of which a paricular
@@ -47,7 +47,7 @@
SUBST_FILTER_CMD.${_class_}?= ${SED} ${SUBST_SED.${_class_}}
SUBST_POSTCMD.${_class_}?= ${RM} -f $$file${_SUBST_BACKUP_SUFFIX}
. else
-SUBST_FILTER_CMD.${_class_}?= ${CAT}
+SUBST_FILTER_CMD.${_class_}?= # empty
. endif
SUBST_TARGETS+= subst-${_class_}
Home |
Main Index |
Thread Index |
Old Index