Received: by mail.netbsd.org (Postfix, from userid 605) id F292584D5D; Mon, 26 Feb 2018 22:51:43 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 3A08A84D46 for ; Mon, 26 Feb 2018 22:51:43 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id JuXo_tge2l0m for ; Mon, 26 Feb 2018 22:51:42 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 9284F84D1F for ; Mon, 26 Feb 2018 22:51:42 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 8CC44FB40; Mon, 26 Feb 2018 22:51:42 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1519685502279900" MIME-Version: 1.0 Date: Mon, 26 Feb 2018 22:51:42 +0000 From: "Roland Illig" Subject: CVS commit: pkgsrc/mk/misc To: pkgsrc-changes@NetBSD.org Reply-To: rillig@netbsd.org X-Mailer: log_accum Message-Id: <20180226225142.8CC44FB40@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1519685502279900 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" 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. --_----------=_1519685502279900 Content-Disposition: inline Content-Length: 981 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii 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 --_----------=_1519685502279900--