pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk The generated target is subst-<class>, not <class>-...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/25427d310ded
branches:  trunk
changeset: 465359:25427d310ded
user:      jmmv <jmmv%pkgsrc.org@localhost>
date:      Sun Dec 28 15:57:29 2003 +0000

description:
The generated target is subst-<class>, not <class>-subst.  Fix comment
accordingly.

diffstat:

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

diffs (14 lines):

diff -r 246e9fefd438 -r 25427d310ded mk/subst.mk
--- a/mk/subst.mk       Sun Dec 28 15:40:14 2003 +0000
+++ b/mk/subst.mk       Sun Dec 28 15:57:29 2003 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: subst.mk,v 1.6 2003/12/27 03:05:53 grant Exp $
+# $NetBSD: subst.mk,v 1.7 2003/12/28 15:57:29 jmmv Exp $
 #
 # This Makefile fragment implements a general text replacement facility
 # for different classes of files in ${WRKSRC}.  For each class of files,
-# a target <class>-subst is created to perform the text replacement.
+# a target subst-<class> is created to perform the text replacement.
 #
 # The following variables are used:
 #



Home | Main Index | Thread Index | Old Index