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: rillig
Date: Mon Feb 26 22:51:42 UTC 2018
Modified Files:
pkgsrc/mk/misc: show.mk
Log Message:
mk/misc/show.mk: document the show-all-* targets
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 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.12 pkgsrc/mk/misc/show.mk:1.13
--- pkgsrc/mk/misc/show.mk:1.12 Fri Jan 30 16:45:33 2015
+++ pkgsrc/mk/misc/show.mk Mon Feb 26 22:51:42 2018
@@ -1,4 +1,4 @@
-# $NetBSD: show.mk,v 1.12 2015/01/30 16:45:33 jperkin Exp $
+# $NetBSD: show.mk,v 1.13 2018/02/26 22:51:42 rillig Exp $
#
# This file contains some targets that print information gathered from
# variables. They do not modify any variables.
@@ -88,6 +88,10 @@ show-build-defs: .PHONY
# * "pkg" for package-settable variables,
# * "sys" for system-defined variables.
#
+# For each of the variable groups (e.g. "build", "extract"), a
+# specialized target show-all-${group} is defined, so that
+# show-all-extract only shows that group.
+#
# CAVEAT: Some few variable values that are shown here may be
# misleading. For example, make(1)'s := operator leaves references
# to undefined variables as-is, so they may be resolved later. So
Home |
Main Index |
Thread Index |
Old Index