Home | History | Annotate | Download | only in common
History log of /src/distrib/common/sunbootcd.sh
RevisionDateAuthorComments
 1.7  16-Sep-2018  kre Remove test ([) -o usage, and make a couple of minor cleanups as well.
 1.6  22-Feb-2012  martin branches: 1.6.32; 1.6.34;
Fix typo in usage
 1.5  30-Apr-2008  martin branches: 1.5.20;
Convert TNF licenses to new 2 clause variant
 1.4  22-Sep-2004  snj branches: 1.4.26; 1.4.28;
Typo police: sytem -> system.
 1.3  10-Jul-2003  lukem revert previous accidental commit (just whitespace tyop in this case)
 1.2  10-Jul-2003  lukem Rename a large chunk of the make(1) variables which refer to a
program/tool from "FOO" to "TOOL_FOO". The new variables are:
TOOL_ASN1_COMPILE TOOL_CAP_MKDB TOOL_CAT TOOL_CKSUM TOOL_COMPILE_ET
TOOL_CONFIG TOOL_CRUNCHGEN TOOL_CTAGS TOOL_DB TOOL_EQN TOOL_FGEN
TOOL_GENCAT TOOL_GROFF TOOL_HEXDUMP TOOL_INDXBIB TOOL_INSTALLBOOT
TOOL_INSTALL_INFO TOOL_M4 TOOL_MAKEFS TOOL_MAKEINFO TOOL_MAKEWHATIS
TOOL_MDSETIMAGE TOOL_MENUC TOOL_MKCSMAPPER TOOL_MKESDB
TOOL_MKLOCALE TOOL_MKMAGIC TOOL_MKTEMP TOOL_MSGC TOOL_MTREE
TOOL_PAX TOOL_PIC TOOL_PREPMKBOOTIMAGE TOOL_PWD_MKDB TOOL_REFER
TOOL_ROFF_ASCII TOOL_ROFF_DVI TOOL_ROFF_HTML TOOL_ROFF_PS
TOOL_ROFF_RAW TOOL_RPCGEN TOOL_SOELIM TOOL_SUNLABEL TOOL_TBL
TOOL_UUDECODE TOOL_VGRIND TOOL_ZIC

For each, provide default in <bsd.sys.mk> of the form:
TOOL_FOO?= foo
and for the ${USETOOLS}=="yes" case in <bsd.own.mk>, provide override:
TOOL_FOO= ${TOOLDIR}/bin/${_TOOL_PREFIX}foo

Document all of these in bsd.README.

This cleans up a chunk of potential (and actual) namespace collision
within our build infrastructure, as well as improves consistency in
the share/mk documentation and provision of appropriate defaults for
each of these variables.
 1.1  07-Mar-2003  lukem Script to make a file system image (usually .iso) bootable by Sun
computers, by appending appropriate boot file systems to the image and
then creating a disklabel using sunlabel(8).

Inspired by distrib/utils/mksunbootcd, except that this is a shell script
instead of being a C program that would have needed to become a host tool.
 1.4.28.1  18-May-2008  yamt sync with head.
 1.4.26.2  05-Oct-2008  mjf Sync with HEAD.
 1.4.26.1  02-Jun-2008  mjf Sync with HEAD.
 1.5.20.1  17-Apr-2012  yamt sync with head
 1.6.34.1  10-Jun-2019  christos Sync with HEAD
 1.6.32.1  30-Sep-2018  pgoyette Ssync with HEAD

RSS XML Feed