diff options
author | rillig <rillig> | 2007-11-19 23:38:03 +0000 |
---|---|---|
committer | rillig <rillig> | 2007-11-19 23:38:03 +0000 |
commit | 3ec0d40f1759447a80edb641ccc7ddedc1efd209 (patch) | |
tree | e8de903ba0c3105b1bf404eb663b9d4e68ccad63 /mk | |
parent | 5608aa35fdd43a95c5572dca52b3cf344f6fae85 (diff) | |
download | pkgsrc-3ec0d40f1759447a80edb641ccc7ddedc1efd209.tar.gz |
Explicitly mentioned that both SUBST_SED and SUBST_VARS may be used in a
class.
Diffstat (limited to 'mk')
-rw-r--r-- | mk/subst.mk | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/mk/subst.mk b/mk/subst.mk index 60e174762e9..18d4c9b7917 100644 --- a/mk/subst.mk +++ b/mk/subst.mk @@ -1,4 +1,4 @@ -# $NetBSD: subst.mk,v 1.47 2007/11/01 13:12:48 rillig Exp $ +# $NetBSD: subst.mk,v 1.48 2007/11/19 23:38:03 rillig Exp $ # # This Makefile fragment implements a general text replacement facility. # Package makefiles define a ``class'', for each of which a particular @@ -31,7 +31,8 @@ # # -e 's,@VARNAME@,${VARNAME},g' # -# also taking care of (most) quoting issues. +# also taking care of (most) quoting issues. You can use both +# SUBST_SED and SUBST_VARS in a single class. # # SUBST_FILTER_CMD.<class> # Filter used to perform the actual substitution on the specified |