pkgsrc-Changes archive

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

CVS commit: pkgsrc/mk/misc



Module Name:    pkgsrc
Committed By:   gdt
Date:           Wed Jan 13 18:01:49 UTC 2021

Modified Files:
        pkgsrc/mk/misc: show.mk

Log Message:
mk/misc/show.mk: Only advise changing user-settable variables

Before, it was easy for a user to misinterpret the message as
e.g. setting PYPACKAGE for gnome-doc-utils.


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 pkgsrc/mk/misc/show.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/misc/show.mk
diff -u pkgsrc/mk/misc/show.mk:1.27 pkgsrc/mk/misc/show.mk:1.28
--- pkgsrc/mk/misc/show.mk:1.27 Mon Dec 14 00:14:48 2020
+++ pkgsrc/mk/misc/show.mk      Wed Jan 13 18:01:49 2021
@@ -1,4 +1,4 @@
-# $NetBSD: show.mk,v 1.27 2020/12/14 00:14:48 rillig Exp $
+# $NetBSD: show.mk,v 1.28 2021/01/13 18:01:49 gdt Exp $
 #
 # This file contains some targets that print information gathered from
 # variables. They do not modify any variables.
@@ -72,9 +72,9 @@ show-build-defs: .PHONY
 .    endif
 .  endfor
        @${ECHO} ""
-       @${ECHO} "You may want to abort the process now with CTRL-C and change their value"
-       @${ECHO} "before continuing.  Be sure to run \`${MAKE} clean' after"
-       @${ECHO} "the changes."
+       @${ECHO} "You may want to abort the process now with CTRL-C and change the value"
+       @${ECHO} "of variables in the first group before continuing.  Be sure to run"
+       @${ECHO} "\`${MAKE} clean' after the changes."
        @${ECHO} "=========================================================================="
 .endif
 



Home | Main Index | Thread Index | Old Index