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:           Tue Jun  2 23:37:25 UTC 2020

Modified Files:
        pkgsrc/mk: subst.mk

Log Message:
subst.mk: Give hint abotu SUBST_NOOP_OK

Note that a typical reason to need this is using find to generate a
list of files.


To generate a diff of this commit:
cvs rdiff -u -r1.93 -r1.94 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.93 pkgsrc/mk/subst.mk:1.94
--- pkgsrc/mk/subst.mk:1.93     Sat May 16 19:02:32 2020
+++ pkgsrc/mk/subst.mk  Tue Jun  2 23:37:25 2020
@@ -1,4 +1,4 @@
-# $NetBSD: subst.mk,v 1.93 2020/05/16 19:02:32 rillig Exp $
+# $NetBSD: subst.mk,v 1.94 2020/06/02 23:37:25 gdt Exp $
 #
 # The subst framework replaces text in one or more files in the WRKSRC
 # directory. Packages can define several ``classes'' of replacements.
@@ -24,7 +24,8 @@
 # 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.
+#      thus are not modified at all.  (A typical cause of this is
+#      using find to generate a list of files.)
 #
 #      This setting only detects redundant filename patterns.  It does
 #      not detect redundant patterns in SUBST_SED.



Home | Main Index | Thread Index | Old Index