Home | History | Annotate | Download | only in stand
History log of /src/sys/arch/hpc/stand/Makefile
RevisionDateAuthorComments
 1.25  16-Jan-2014  christos eliminate use of bsd.sys.mk from Makefiles
 1.24  19-Oct-2008  apb branches: 1.24.28; 1.24.38; 1.24.44;
Use ${TOOL_AWK} instead of ${AWK} or plain "awk" in make commands.
Pass AWK=${TOOL_AWK:Q} to shell scripts that use awk.
 1.23  27-Feb-2008  uwe branches: 1.23.4; 1.23.10;
In the for d in ${PROJECT_DIRS} loop fail immediately if
dspgen/config.sh fails.
 1.22  26-Feb-2008  rafal Check in infrastructure for generating project/workspace files for eMbedded
Visual C++ 4 for ARM, SH[34]. Not currently integrated into the 'install'
targets since it's only been tested for ARM; SH targets compile but I have
no hardware to test on. eVC++4 only supports targets of MIPSII, MIPSIV
and MIPS16 so that might not be appropriate for the hpcmips based systems.
 1.21  18-Oct-2006  uwe branches: 1.21.24; 1.21.28; 1.21.48; 1.21.52;
Clean more files generated by eVC3.
 1.20  11-Dec-2005  christos branches: 1.20.20; 1.20.22;
merge ktrace-lwp.
 1.19  12-May-2005  uwe branches: 1.19.2;
Cosmetic changes: drop unnecessary final semicolons, consistently use
spaces on both sides of the pipeline operator, indent argument list
continued on the next line.
 1.18  12-May-2005  uwe Refer to WinCE development tools by their official names.
 1.17  11-May-2005  uwe When cleaning, remove hpcboot/res/hpcmenu.aps (created when you browse
resources in eVC3), and libsa/libsa.vcl and libz/libz.vcl.
 1.16  13-Aug-2004  uch add WCE101 and WCE200 binary install target.
 1.15  21-Jun-2004  jmc Ignore errors on some rm -rf's for platforms that aren't quite
POSIX compliant
and return errors on r/o source (FreeBSD) for -rf. Fixes PR#25022
 1.14  10-Jun-2004  uch change uuencoded suffix.
 1.13  19-Mar-2004  jmc branches: 1.13.2;
Convert to usage of UUDECODE_FILES and standardize on filename extension
 1.12  26-Oct-2003  lukem Use ${HOST_SH} instead of `sh'.

If necessary, pull in <bsd.sys.mk> to get the definition of HOST_SH;
Makefiles that pull in one of (most of) <bsd.*.mk> will get this anyway.
 1.11  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.10  04-Feb-2002  uch branches: 1.10.16;
SH4 and HD64465(SH4 companion chip) serial console support.
 1.9  31-Jan-2002  tv Make it possible for uudecode to be a host tool.
 1.8  19-Jun-2001  uch branches: 1.8.2; 1.8.8;
add build number. when 'make uuencode', increment it.
 1.7  21-May-2001  uch don't install SH4 binary.
 1.6  16-May-2001  uch don't generate opt_spec_platform.h
 1.5  23-Apr-2001  uch generate opt_spec_platform.h.
 1.4  13-Mar-2001  uch add SH4 configuration.
(SH) don't access SCIF if the Windows CE's COM1 is not connected to SCIF.
 1.3  04-Mar-2001  uch branches: 1.3.2;
templates for WindowsCE Embedded Toolkit for Visual C++ 5.0
 1.2  21-Feb-2001  uch more diagnostic message. (SH3)
add framebuffer information (ARM)
fix boot parameter bug. (-b=sd0)
 1.1  09-Feb-2001  uch branches: 1.1.2;
bootloader for SH3, SA-1100, TX39, VR41 based Windows CE(2.00 or later)
 1.1.2.4  27-Mar-2001  bouyer Sync with HEAD.
 1.1.2.3  12-Mar-2001  bouyer Sync with HEAD.
 1.1.2.2  11-Feb-2001  bouyer Sync with HEAD.
 1.1.2.1  09-Feb-2001  bouyer file Makefile was added on branch thorpej_scsipi on 2001-02-11 19:09:32 +0000
 1.3.2.2  21-Jun-2001  nathanw Catch up to -current.
 1.3.2.1  09-Apr-2001  nathanw Catch up with -current.
 1.8.8.2  28-Feb-2002  nathanw Catch up to -current.
 1.8.8.1  19-Jun-2001  nathanw file Makefile was added on branch nathanw_sa on 2002-02-28 04:09:36 +0000
 1.8.2.1  11-Feb-2002  jdolecek Sync w/ -current.
 1.10.16.5  10-Nov-2005  skrll Sync with HEAD. Here we go again...
 1.10.16.4  21-Sep-2004  skrll Fix the sync with head I botched.
 1.10.16.3  18-Sep-2004  skrll Sync with HEAD.
 1.10.16.2  25-Aug-2004  skrll Sync with HEAD.
 1.10.16.1  03-Aug-2004  skrll Sync with HEAD
 1.13.2.1  22-Jun-2004  tron Pull up revision 1.15 (requested by jmc in ticket #531):
Ignore errors on some rm -rf's for platforms that aren't quite
POSIX compliant
and return errors on r/o source (FreeBSD) for -rf. Fixes PR#25022
 1.19.2.2  27-Feb-2008  yamt sync with head.
 1.19.2.1  30-Dec-2006  yamt sync with head.
 1.20.22.1  22-Oct-2006  yamt sync with head
 1.20.20.1  18-Nov-2006  ad Sync with head.
 1.21.52.2  17-Jan-2009  mjf Sync with HEAD.
 1.21.52.1  03-Apr-2008  mjf Sync with HEAD.
 1.21.48.1  24-Mar-2008  keiichi sync with head.
 1.21.28.1  23-Mar-2008  matt sync with HEAD
 1.21.24.1  28-Feb-2008  rjs Sync with HEAD.
 1.23.10.1  13-Dec-2008  haad Update haad-dm branch to haad-dm-base2.
 1.23.4.1  04-May-2009  yamt sync with head.
 1.24.44.1  18-May-2014  rmind sync with head
 1.24.38.1  20-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.24.28.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")

RSS XML Feed