Subject: CVS commit: pkgsrc/mk
To: None <pkgsrc-changes@NetBSD.org>
From: Stoned Elipot <seb@netbsd.org>
List: pkgsrc-changes
Date: 06/03/2006 08:44:46
Module Name: pkgsrc
Committed By: seb
Date: Sat Jun 3 08:44:46 UTC 2006
Modified Files:
pkgsrc/mk: bsd.options.mk
Log Message:
I usually have the following stuffed in a mk.conf target or a script
and that is 3 make process to run...
make show-options; v=$(make show-var VARNAME=PKG_OPTIONS_VAR); echo $v=$(make sh
ow-var VARNAME=$v)
Hence add trailing part about PKG_OPTIONS_VAR and its value to
show-options target like the one found in supported-options-message target.
To generate a diff of this commit:
cvs rdiff -r1.53 -r1.54 pkgsrc/mk/bsd.options.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.