| History log of /src/distrib/x68k/stand/Makefile |
| Revision | | Date | Author | Comments |
| 1.10 |
| 11-Feb-2017 |
christos | more MKREPRO_TIMESTAMP fixes (for pax/tar generated files)
|
| 1.9 |
| 22-Jan-2014 |
christos | branches: 1.9.8; 1.9.12; Revert Makefile changes.
|
| 1.8 |
| 22-Jan-2014 |
christos | include distrib Makefile last.
|
| 1.7 |
| 23-Jun-2008 |
matt | branches: 1.7.18; 1.7.24; Change remaining instances of ${RELEASEDIR}/${MACHINES} to ${RELEASEDIR}/${RELEASEMACHINEDIR}
|
| 1.6 |
| 05-May-2007 |
isaki | branches: 1.6.12; 1.6.16; Remove hardcoded -p option from ${RELEASE_INSTALL}. -p should be controlled by the value of MKUPDATE.
|
| 1.5 |
| 19-Mar-2004 |
jmc | Convert to usage of UUDECODE_FILES and standardize on filename extension
|
| 1.4 |
| 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.3 |
| 03-Jan-2003 |
lukem | Install release files under "${RELEASEDIR}/${MACHINE}/..." instead of "${RELEASEDIR}/...".
${RELEASEDIR} is never cleaned , and ${RELEASEDIR}/${MACHINE} is only cleaned if UPDATE is not defined.
|
| 1.2 |
| 21-Dec-2002 |
lukem | Invoke ${PAX} with '-O' so that various errors don't hang the make or the command with an interactive question. (This also prevents weird problems if a directory element of '-f path' is missing and 'make -j N' is being used).
|
| 1.1 |
| 03-Nov-2002 |
isaki | branches: 1.1.2; Place installation tools in RELEASEDIR/installation/misc. - gzip.x, gz124x5f.lzh - rawrite.{x,doc,lzh}
|
| 1.1.2.2 |
| 12-Dec-2002 |
he | Pull up revision 1.1 (requested by isaki in ticket #1010): Place installation tools in RELEASEDIR/installation/misc: o gzip.x, gz124x5f.lzh o rawrite.{x,doc,lzh}
|
| 1.1.2.1 |
| 03-Nov-2002 |
he | file Makefile was added on branch netbsd-1-6 on 2002-12-12 22:39:04 +0000
|
| 1.6.16.1 |
| 18-Sep-2008 |
wrstuden | Sync with wrstuden-revivesa-base-2.
|
| 1.6.12.2 |
| 05-Oct-2008 |
mjf | Sync with HEAD.
|
| 1.6.12.1 |
| 29-Jun-2008 |
mjf | Sync with HEAD.
|
| 1.7.24.1 |
| 19-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
| 1.7.18.1 |
| 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
| 1.9.12.1 |
| 21-Apr-2017 |
bouyer | Sync with HEAD
|
| 1.9.8.1 |
| 20-Mar-2017 |
pgoyette | Sync with HEAD
|