History log of /netbsd-src/sys/arch/hpc/stand/Makefile (Results 1 – 25 of 25)
Revision Date Author Comments
# 2b043c75 16-Jan-2014 christos <christos@NetBSD.org>

eliminate use of bsd.sys.mk from Makefiles


# 96230fab 19-Oct-2008 apb <apb@NetBSD.org>

Use ${TOOL_AWK} instead of ${AWK} or plain "awk" in make commands.
Pass AWK=${TOOL_AWK:Q} to shell scripts that use awk.


# 8a696ab6 27-Feb-2008 uwe <uwe@NetBSD.org>

In the for d in ${PROJECT_DIRS} loop fail immediately if
dspgen/config.sh fails.


# 97b36c39 26-Feb-2008 rafal <rafal@NetBSD.org>

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

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.

show more ...


# 95f76b74 18-Oct-2006 uwe <uwe@NetBSD.org>

Clean more files generated by eVC3.


# 95e1ffb1 11-Dec-2005 christos <christos@NetBSD.org>

merge ktrace-lwp.


# 883b52e9 12-May-2005 uwe <uwe@NetBSD.org>

Cosmetic changes: drop unnecessary final semicolons, consistently use
spaces on both sides of the pipeline operator, indent argument list
continued on the next line.


# a0961c99 12-May-2005 uwe <uwe@NetBSD.org>

Refer to WinCE development tools by their official names.


# dd8f6af7 11-May-2005 uwe <uwe@NetBSD.org>

When cleaning, remove hpcboot/res/hpcmenu.aps (created when you browse
resources in eVC3), and libsa/libsa.vcl and libz/libz.vcl.


# 5adb2fdc 13-Aug-2004 uch <uch@NetBSD.org>

add WCE101 and WCE200 binary install target.


# 84fafa3d 21-Jun-2004 jmc <jmc@NetBSD.org>

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


# 40fef19f 10-Jun-2004 uch <uch@NetBSD.org>

change uuencoded suffix.


# 6fe4ead5 19-Mar-2004 jmc <jmc@NetBSD.org>

Convert to usage of UUDECODE_FILES and standardize on filename extension


# f85d2d1c 26-Oct-2003 lukem <lukem@NetBSD.org>

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.


# 001c68bd 10-Jul-2003 lukem <lukem@NetBSD.org>

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

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.

show more ...


# 2e968e7e 04-Feb-2002 uch <uch@NetBSD.org>

SH4 and HD64465(SH4 companion chip) serial console support.


# 805ab35e 31-Jan-2002 tv <tv@NetBSD.org>

Make it possible for uudecode to be a host tool.


# 3563b601 19-Jun-2001 uch <uch@NetBSD.org>

add build number. when 'make uuencode', increment it.


# 5618978d 21-May-2001 uch <uch@NetBSD.org>

don't install SH4 binary.


# 3c3caa0e 16-May-2001 uch <uch@NetBSD.org>

don't generate opt_spec_platform.h


# 144b54db 23-Apr-2001 uch <uch@NetBSD.org>

generate opt_spec_platform.h.


# 2e79fe1e 13-Mar-2001 uch <uch@NetBSD.org>

add SH4 configuration.
(SH) don't access SCIF if the Windows CE's COM1 is not connected to SCIF.


# aa7c0fa2 04-Mar-2001 uch <uch@NetBSD.org>

templates for WindowsCE Embedded Toolkit for Visual C++ 5.0


# df98929e 21-Feb-2001 uch <uch@NetBSD.org>

more diagnostic message. (SH3)
add framebuffer information (ARM)
fix boot parameter bug. (-b=sd0)


# 9173eae7 09-Feb-2001 uch <uch@NetBSD.org>

bootloader for SH3, SA-1100, TX39, VR41 based Windows CE(2.00 or later)