pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/mk/tools
Module Name: pkgsrc
Committed By: rillig
Date: Wed May 13 04:24:17 UTC 2020
Modified Files:
pkgsrc/mk/tools: bsd.tools.mk
Log Message:
mk/tools/bsd.tools.mk: list _USE_TOOLS in show-all-tools
This variable is used in quite a few places, which makes it interesting
enough, even though it is an implementation detail.
To generate a diff of this commit:
cvs rdiff -u -r1.61 -r1.62 pkgsrc/mk/tools/bsd.tools.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/tools/bsd.tools.mk
diff -u pkgsrc/mk/tools/bsd.tools.mk:1.61 pkgsrc/mk/tools/bsd.tools.mk:1.62
--- pkgsrc/mk/tools/bsd.tools.mk:1.61 Sat May 9 21:04:14 2020
+++ pkgsrc/mk/tools/bsd.tools.mk Wed May 13 04:24:17 2020
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.tools.mk,v 1.61 2020/05/09 21:04:14 rillig Exp $
+# $NetBSD: bsd.tools.mk,v 1.62 2020/05/13 04:24:17 rillig Exp $
#
# Copyright (c) 2005, 2006 The NetBSD Foundation, Inc.
# All rights reserved.
@@ -182,4 +182,5 @@ _SYS_VARS.tools+= ${pv}.${t}
. endfor
_DEF_VARS.tools+= _TOOLS_VARNAME.${t} _TOOLS_VARNAME_GNU.${t}
.endfor
-_SORTED_VARS.tools= USE_TOOLS TOOLS_CREATE TOOLS_GNU_MISSING
+_DEF_VARS.tools+= _USE_TOOLS
+_SORTED_VARS.tools= USE_TOOLS TOOLS_CREATE TOOLS_GNU_MISSING _USE_TOOLS
Home |
Main Index |
Thread Index |
Old Index