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: gdt
Date: Wed Jun 3 10:56:46 UTC 2020
Modified Files:
pkgsrc/mk: subst.mk
Log Message:
subst.mk: Move hint about find to package-settable section
To generate a diff of this commit:
cvs rdiff -u -r1.94 -r1.95 pkgsrc/mk/subst.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/subst.mk
diff -u pkgsrc/mk/subst.mk:1.94 pkgsrc/mk/subst.mk:1.95
--- pkgsrc/mk/subst.mk:1.94 Tue Jun 2 23:37:25 2020
+++ pkgsrc/mk/subst.mk Wed Jun 3 10:56:46 2020
@@ -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