History log of /netbsd/tools/Makefile (Results 126 – 150 of 214)
Revision Date Author Comments
# 62294d00 30-May-2005 thorpej <thorpej@NetBSD.org>

Build genassym as a host tool. Part of PR toolchain/30350


# d781105e 27-Jan-2005 is <is@NetBSD.org>

We don't need aout2bb any longer.


# 96365414 09-Jan-2005 mycroft <mycroft@NetBSD.org>

Add some quotes to prevent a syntax error.


# 9bfe9b99 28-Nov-2004 jmc <jmc@NetBSD.org>

Convert mkboot into a full cross tool. Last hurdle for hp300 to building on
non NetBSD/bsd hosts.


# c7464d49 28-Nov-2004 jmc <jmc@NetBSD.org>

Convert remaining host tools for amiga to correct cross tools. Now allows
complete amiga builds on non netbsd/bsd hosts


# 9a999c37 25-Nov-2004 jmc <jmc@NetBSD.org>

Convert bebox's remaining host tools over to cross tools scheme. Builds to sets
w/o error now.


# bc26aea7 28-Jul-2004 skrll <skrll@NetBSD.org>

Build hp700's mkboot as a host tool called nbhp700-mkboot. mkboot also
gets built and installed in a hp700 distribution.

TODO

- merge with hp300

- pick a preferred method for dealing with the elf

Build hp700's mkboot as a host tool called nbhp700-mkboot. mkboot also
gets built and installed in a hp700 distribution.

TODO

- merge with hp300

- pick a preferred method for dealing with the elf headers.
hp700-mkboot and prep-mkbootimage (bintuils) vs mips-elf2ecoff and
tools/installboot

show more ...


# ef4ecdda 08-Jun-2004 abs <abs@NetBSD.org>

Add sparkcrc (used to generate checksums for acorn32 bootloader sparkive)
as a host tool.


# 986979b8 03-Jan-2004 lukem <lukem@NetBSD.org>

Consistently check ${TOOLCHAIN_MISSING} against "no".


# d672abfa 11-Dec-2003 matt <matt@NetBSD.org>

Fix typo.


# ca1e0d59 11-Dec-2003 matt <matt@NetBSD.org>

Add macppc-fixcoff tool.


# 219ba062 10-Dec-2003 lukem <lukem@NetBSD.org>

Use (cd ${.CURDIR} && ${MAKE} cleandir) instead of ${MAKE} cleandir
Suggested by Ross Harvey.


# 949cd54d 04-Dec-2003 mrg <mrg@NetBSD.org>

always build tools/binutils now.


# 0ac35082 08-Nov-2003 sekiya <sekiya@NetBSD.org>

Build sgivol as a host tool when compiling for sgimips.


# af258d4e 27-Oct-2003 lukem <lukem@NetBSD.org>

add mknod as a host tool


# 98f3b47a 26-Oct-2003 cl <cl@NetBSD.org>

add gdb53 as a host tool for use as a crossgdb
replaces gdb50 from toolchain on archs which use gcc3


# 130ab733 21-Oct-2003 lukem <lukem@NetBSD.org>

Rework how MAKEVERBOSE operates:

* Don't bother prefixing commands with a line of ${_MKCMD}\
and instead rely upon "make -s". This is less intrusive on
all the Makefiles than the former. Id

Rework how MAKEVERBOSE operates:

* Don't bother prefixing commands with a line of ${_MKCMD}\
and instead rely upon "make -s". This is less intrusive on
all the Makefiles than the former. Idea from David Laight.

* Rename the variables use to print messages. The scheme now is:
_MKMSG_FOO Run _MKMSG 'foo'
_MKTARGET_FOO Run _MKMSG_FOO ${.TARGET}
From discussion with Alistair Crooks.

show more ...


# 10c0014b 19-Oct-2003 matt <matt@NetBSD.org>

Add host tool version of ncdcs


# 2c302468 18-Oct-2003 lukem <lukem@NetBSD.org>

MAKEVERBOSE support


# 6c179181 25-Jul-2003 mrg <mrg@NetBSD.org>

- build "binutils" and "gcc" separately if USE_TOOLS_TOOLCHAIN is not set
to "yes".
- adjust dbsym/mdsetimage to look in the correct place for libbfd.
- new mknative-gcc based in toolchain/mknative


# 78da845d 24-Jul-2003 tron <tron@NetBSD.org>

Add missing "cleandir" rule.


# fe7ef256 20-Jul-2003 lukem <lukem@NetBSD.org>

add stat(1) as a host tool


# 355436d5 16-Jul-2003 lukem <lukem@NetBSD.org>

also do the MKTOOLS and PREVIOUSTOOLDIR checks for "realdepend"


# 3fd7f6db 16-Jul-2003 lukem <lukem@NetBSD.org>

* If a `PREVIOUSTOOLDIR' file doesn't exist, or its contents are not
the same as "$TOOLDIR", run "make cleandir" here first.
This should prevent various problems where $TOOLDIR is encoded into th

* If a `PREVIOUSTOOLDIR' file doesn't exist, or its contents are not
the same as "$TOOLDIR", run "make cleandir" here first.
This should prevent various problems where $TOOLDIR is encoded into the
build process for various tools (lint, groff, texinfo, toolchain),
$TOOLDIR changes, and various programs don't get rebuilt correctly.
Should fix PR [toolchain/21988].

* Clean up how the `${MKTOOLS} == no' check is performed.

* Remove "cleantools"; it made a big assumption about the location of
TOOLDIR that won't be correct in many cases.

show more ...


# e376aa83 26-Jun-2003 tshiozak <tshiozak@NetBSD.org>

Citrus iconv support(3)
add host tools : mkcsmapper and mkesdb
mkcsmapper - coded character set mapping table compiler
mkesdb - encoding scheme database compiler


123456789