History log of /netbsd-src/tools/lex/Makefile (Results 1 – 12 of 12)
Revision Date Author Comments
# 944c86d9 23-Aug-2018 christos <christos@NetBSD.org>

PR/53544: Add a dependency on the Makefile to fix incremental builds.


# f3451e14 20-Aug-2018 christos <christos@NetBSD.org>

make sure that nbtools_compat.h is the first thing included for generated files


# d9a3cc43 02-Oct-2017 christos <christos@NetBSD.org>

Simplify.


# de3c2d22 30-Oct-2009 christos <christos@NetBSD.org>

short circuit lex and yacc rules.


# 87224eb3 29-Oct-2009 christos <christos@NetBSD.org>

use bootstrap files for yacc too.


# 4f376672 26-Oct-2009 christos <christos@NetBSD.org>

switch to new lex


# 4958d088 26-Oct-2009 christos <christos@NetBSD.org>

back to old lex


# 74e67153 26-Oct-2009 christos <christos@NetBSD.org>

use new lex.


# c4a72b64 08-Dec-2002 thorpej <thorpej@NetBSD.org>

Centralize the definition of the tool name prefix (i.e. "nb") into
bsd.own.mk, as the _TOOL_PREFIX variable.


# d21f3d4a 14-Nov-2001 tv <tv@NetBSD.org>

Prefix all target-specific things with `${MACHINE_GNU_PLATFORM}-'.
Prefix all non-target-specific things with `nb'.


# b5cd2489 12-Nov-2001 tv <tv@NetBSD.org>

Major overhaul of src/tools and host toolchain. Summary of changes:

* Rewrite src/tools Make logic to work like the rest of the tree wrt
"dependall" and "install". The old "make build" hack is g

Major overhaul of src/tools and host toolchain. Summary of changes:

* Rewrite src/tools Make logic to work like the rest of the tree wrt
"dependall" and "install". The old "make build" hack is gone.

* Remove the MKTOOLS logic. This was linked to the "make build" hack,
and was only needed because TOOLDIR originally had no writable default.

* Redo the GNU configure/make logic to make it fit reasonably in a
BSD make wrapper. Use new ${.ALLTARGETS} variable to scan for
targets in $(srcdir), and mark them with .MADE: to prevent rebuilding.

* Only build cross tools in src/tools; remove some messy logic in
src/usr.* and src/gnu/usr.* that would do target filename rewriting
(improves consistency and readability).

* Add the ability to build cross gdb at tool build time by setting
MKCROSSGDB (default no) to "yes" in mk.conf.

* Add src/tools/groff and set up paths to work with this cross groff.

show more ...


# c5d597ce 14-Aug-2001 tv <tv@NetBSD.org>

Bootstrap toolchain framework, first pass.