Home | History | Annotate | Download | only in pcs
History log of /src/sys/arch/vax/stand/pcs/Makefile
RevisionDateAuthorComments
 1.5  11-Dec-2005  christos merge ktrace-lwp.
 1.4  19-Mar-2004  jmc Convert to usage of UUDECODE_FILES and standardize on filename extension
 1.3  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.2  24-Apr-2002  lukem branches: 1.2.6; 1.2.12;
- in <bsd.files.mk>, don't clear FILES after using it, as that prevents
make -V FILES
from being useful (and given that every other variable can be
extracted using make -V, the behaviour was unusually inconsistent
given that the original reason for clearing it doesn't seem to be
relevant anymore)
- use <bsd.prog.mk> instead of directly including <bsd.files.mk>
(and possibly <bsd.man.mk> or <bsd.own.mk>)
- remove obsolete NOPROG
 1.1  09-Apr-2002  matt branches: 1.1.2;
Move installation of pcs750.bin from etc/etc.vax to here so we can get an
object directory.
 1.1.2.3  20-Jun-2002  nathanw Catch up to -current.
 1.1.2.2  17-Apr-2002  nathanw Catch up to -current.
 1.1.2.1  09-Apr-2002  nathanw file Makefile was added on branch nathanw_sa on 2002-04-17 00:04:40 +0000
 1.2.12.3  21-Sep-2004  skrll Fix the sync with head I botched.
 1.2.12.2  18-Sep-2004  skrll Sync with HEAD.
 1.2.12.1  03-Aug-2004  skrll Sync with HEAD
 1.2.6.2  23-Jun-2002  jdolecek catch up with -current on kqueue branch
 1.2.6.1  24-Apr-2002  jdolecek file Makefile was added on branch kqueue on 2002-06-23 17:43:03 +0000

RSS XML Feed