In bsd.sys.mk and bsd.own.mk, sort lists of TOOL_* variables.
In bsd.README, document all TOOL_* variables that are set in bsd.sys.mk. There are several TOOL_* variables that are set in bsd.own.mk, but not set in bsd.sys.mk and not documented in bsd.README.
This commit is contained in:
parent
019af4c028
commit
bbaac8b3bb
@ -1,4 +1,4 @@
|
||||
# $NetBSD: bsd.README,v 1.228 2008/10/05 20:17:16 apb Exp $
|
||||
# $NetBSD: bsd.README,v 1.229 2008/10/13 15:29:22 apb Exp $
|
||||
# @(#)bsd.README 8.2 (Berkeley) 4/2/94
|
||||
|
||||
This is the README file for the make "include" files for the NetBSD
|
||||
@ -1373,6 +1373,8 @@ appropriate operation, with the default in [brackets].
|
||||
|
||||
TOOL_ASN1_COMPILE ASN1 compiler. [asn1_compile]
|
||||
|
||||
TOOL_ATF_COMPILE Generates POSIX shell test programs. [atf-compile]
|
||||
|
||||
TOOL_CAP_MKDB Create capability database. [cap_mkdb]
|
||||
|
||||
TOOL_CAT Concatenate and print files. [cat]
|
||||
@ -1458,11 +1460,14 @@ TOOL_ROFF_RAW Generate "raw" groff output. [${TOOL_GROFF} -Z]
|
||||
|
||||
TOOL_RPCGEN Remote Procedure Call (RPC) protocol compiler. [rpcgen]
|
||||
|
||||
TOOL_SED Stream editor. [sed]
|
||||
|
||||
TOOL_SOELIM Eliminate .so's from groff input. [soelim]
|
||||
|
||||
TOOL_STAT Display file status. [stat]
|
||||
TOOL_SPARKCRC Generate a crc suitable for use in a sparkive file.
|
||||
[sparkcrc]
|
||||
|
||||
TOOL_SED Stream editor. [sed]
|
||||
TOOL_STAT Display file status. [stat]
|
||||
|
||||
TOOL_STRFILE Create a random access file for storing strings.
|
||||
[strfile]
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: bsd.own.mk,v 1.531 2008/10/12 23:11:25 mrg Exp $
|
||||
# $NetBSD: bsd.own.mk,v 1.532 2008/10/13 15:29:22 apb Exp $
|
||||
|
||||
.if !defined(_BSD_OWN_MK_)
|
||||
_BSD_OWN_MK_=1
|
||||
@ -225,7 +225,9 @@ TOOL_CONFIG= ${TOOLDIR}/bin/${_TOOL_PREFIX}config
|
||||
TOOL_CRUNCHGEN= MAKE=${.MAKE:Q} ${TOOLDIR}/bin/${_TOOL_PREFIX}crunchgen
|
||||
TOOL_CTAGS= ${TOOLDIR}/bin/${_TOOL_PREFIX}ctags
|
||||
TOOL_DB= ${TOOLDIR}/bin/${_TOOL_PREFIX}db
|
||||
TOOL_DISKLABEL= ${TOOLDIR}/bin/nbdisklabel-${MAKEWRAPPERMACHINE}
|
||||
TOOL_EQN= ${TOOLDIR}/bin/${_TOOL_PREFIX}eqn
|
||||
TOOL_FDISK= ${TOOLDIR}/bin/${MACHINE_GNU_PLATFORM}-fdisk
|
||||
TOOL_FGEN= ${TOOLDIR}/bin/${_TOOL_PREFIX}fgen
|
||||
TOOL_GENASSYM= ${TOOLDIR}/bin/${_TOOL_PREFIX}genassym
|
||||
TOOL_GENCAT= ${TOOLDIR}/bin/${_TOOL_PREFIX}gencat
|
||||
@ -244,8 +246,6 @@ TOOL_MAKEFS= ${TOOLDIR}/bin/${_TOOL_PREFIX}makefs
|
||||
TOOL_MAKEINFO= ${TOOLDIR}/bin/${_TOOL_PREFIX}makeinfo
|
||||
TOOL_MAKEWHATIS= ${TOOLDIR}/bin/${_TOOL_PREFIX}makewhatis
|
||||
TOOL_MDSETIMAGE= ${TOOLDIR}/bin/${MACHINE_GNU_PLATFORM}-mdsetimage
|
||||
TOOL_DISKLABEL= ${TOOLDIR}/bin/nbdisklabel-${MAKEWRAPPERMACHINE}
|
||||
TOOL_FDISK= ${TOOLDIR}/bin/${MACHINE_GNU_PLATFORM}-fdisk
|
||||
TOOL_MENUC= MENUDEF=${TOOLDIR}/share/misc ${TOOLDIR}/bin/${_TOOL_PREFIX}menuc
|
||||
TOOL_MIPSELF2ECOFF= ${TOOLDIR}/bin/${_TOOL_PREFIX}mips-elf2ecoff
|
||||
TOOL_MKCSMAPPER= ${TOOLDIR}/bin/${_TOOL_PREFIX}mkcsmapper
|
||||
@ -268,8 +268,8 @@ TOOL_ROFF_RAW= ${TOOL_GROFF} -Z
|
||||
TOOL_RPCGEN= RPCGEN_CPP=${CPP:Q} ${TOOLDIR}/bin/${_TOOL_PREFIX}rpcgen
|
||||
TOOL_SED= ${TOOLDIR}/bin/${_TOOL_PREFIX}sed
|
||||
TOOL_SOELIM= ${TOOLDIR}/bin/${_TOOL_PREFIX}soelim
|
||||
TOOL_STAT= ${TOOLDIR}/bin/${_TOOL_PREFIX}stat
|
||||
TOOL_SPARKCRC= ${TOOLDIR}/bin/${_TOOL_PREFIX}sparkcrc
|
||||
TOOL_STAT= ${TOOLDIR}/bin/${_TOOL_PREFIX}stat
|
||||
TOOL_STRFILE= ${TOOLDIR}/bin/${_TOOL_PREFIX}strfile
|
||||
TOOL_SUNLABEL= ${TOOLDIR}/bin/${_TOOL_PREFIX}sunlabel
|
||||
TOOL_TBL= ${TOOLDIR}/bin/${_TOOL_PREFIX}tbl
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: bsd.sys.mk,v 1.169 2008/10/05 20:20:55 apb Exp $
|
||||
# $NetBSD: bsd.sys.mk,v 1.170 2008/10/13 15:29:22 apb Exp $
|
||||
#
|
||||
# Build definitions used for NetBSD source tree builds.
|
||||
|
||||
@ -181,9 +181,9 @@ TOOL_ROFF_RAW?= ${TOOL_GROFF} -Z
|
||||
TOOL_RPCGEN?= rpcgen
|
||||
TOOL_SED?= sed
|
||||
TOOL_SOELIM?= soelim
|
||||
TOOL_STAT?= stat
|
||||
TOOL_SPARKCRC?= sparkcrc
|
||||
TOOL_strfile?= strfile
|
||||
TOOL_STAT?= stat
|
||||
TOOL_STRFILE?= strfile
|
||||
TOOL_SUNLABEL?= sunlabel
|
||||
TOOL_TBL?= tbl
|
||||
TOOL_UUDECODE?= uudecode
|
||||
|
Loading…
Reference in New Issue
Block a user