mk/tools: sort tools by name when calling "make show-all-tools"
This commit is contained in:
parent
2bdad5bec4
commit
016d9a0f3d
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: bsd.tools.mk,v 1.57 2018/11/30 18:38:20 rillig Exp $
|
||||
# $NetBSD: bsd.tools.mk,v 1.58 2019/03/22 16:17:50 rillig Exp $
|
||||
#
|
||||
# Copyright (c) 2005, 2006 The NetBSD Foundation, Inc.
|
||||
# All rights reserved.
|
||||
|
@ -165,7 +165,7 @@ _VARGROUPS+= tools
|
|||
_USER_VARS.tools= TOOLS_SHELL
|
||||
_PKG_VARS.tools= USE_TOOLS TOOLS_BROKEN TOOLS_CREATE \
|
||||
TOOLS_FAIL TOOLS_GNU_MISSING TOOLS_NOOP
|
||||
.for t in ${USE_TOOLS:C/:.*//} # XXX: There should be a variable _ALL_TOOLS
|
||||
.for t in ${USE_TOOLS:C/:.*//:O:u}
|
||||
. for pv in \
|
||||
TOOLS_ALIASES \
|
||||
TOOLS_ARGS \
|
||||
|
|
Loading…
Reference in a new issue