Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mk subst.mk: Move hint about find to package-settable ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/6b3c740852ac
branches: trunk
changeset: 433507:6b3c740852ac
user: gdt <gdt%pkgsrc.org@localhost>
date: Wed Jun 03 10:56:46 2020 +0000
description:
subst.mk: Move hint about find to package-settable section
diffstat:
mk/subst.mk | 9 ++++-----
1 files changed, 4 insertions(+), 5 deletions(-)
diffs (30 lines):
diff -r b523ee4ef1b5 -r 6b3c740852ac mk/subst.mk
--- a/mk/subst.mk Wed Jun 03 10:45:04 2020 +0000
+++ b/mk/subst.mk Wed Jun 03 10:56:46 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: subst.mk,v 1.94 2020/06/02 23:37:25 gdt Exp $
+# $NetBSD: subst.mk,v 1.95 2020/06/03 10:56:46 gdt Exp $
#
# The subst framework replaces text in one or more files in the WRKSRC
# directory. Packages can define several ``classes'' of replacements.
@@ -24,8 +24,7 @@
# SUBST_NOOP_OK
# Whether it is ok to have patterns in SUBST_FILES that don't
# contain any of the patterns from SUBST_SED or SUBST_VARS and
-# thus are not modified at all. (A typical cause of this is
-# using find to generate a list of files.)
+# thus are not modified at all.
#
# This setting only detects redundant filename patterns. It does
# not detect redundant patterns in SUBST_SED.
@@ -96,8 +95,8 @@
#
# Typical reasons to change this to yes are:
#
-# 1. SUBST_FILES is generated dynamically and may include
-# unaffected files.
+# 1. SUBST_FILES is generated dynamically (e.g., via find) and
+# may include unaffected files.
#
# 2. There are multiple SUBST_SED patterns, and some of these
# do not count as identity substitution since they contain
Home |
Main Index |
Thread Index |
Old Index