| History log of /src/tools/lint |
| Revision | Date | Author | Comments |
| 1.7 | 24-Jan-2021 |
rillig | lint: make path to lint data configurable
This is needed for strict bool mode, to make the custom header stdbool.h available when lint is run as part of build.sh.
|
| 1.6 | 24-Jan-2021 |
rillig | lint: fix path to installed stdbool.h for strict bool mode
|
| 1.5 | 24-Jan-2021 |
christos | Install lint's custom stdbool.h and make lint search for it in the right place.
|
| 1.4 | 12-Nov-2001 |
tv | 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.
|
| 1.3 | 25-Oct-2001 |
thorpej | Avoid some annoying pitfalls of HOST_CPPFLAGS:=... in Makefile.host.
|
| 1.2 | 24-Oct-2001 |
thorpej | Add $MACHINE_GNU_PLATFORM- prefixes to lint(1)'s front and back ends, thereby properly making this a cross-tool. This addresses bin/14280.
|
| 1.1 | 14-Aug-2001 |
tv | Bootstrap toolchain framework, first pass.
|
| 1.2 | 12-Nov-2001 |
tv | 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.
|
| 1.1 | 25-Oct-2001 |
thorpej | Avoid some annoying pitfalls of HOST_CPPFLAGS:=... in Makefile.host.
|