index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
Makefile.host
Age
Commit message (
Expand
)
Author
2023-06-04
tools: revert use of <bsd.hostinit.mk>
lukem
2023-06-04
tools: use <bsd.hostinit.mk> where appropriate
lukem
2018-05-04
revert previous, breaks llvm build and not easy to fix.
christos
2018-05-01
Create a new bsd.hostinit.mk file and put the build definitions for all host
christos
2018-05-01
PR/53238: Robert Elz: Disable MKREPRO in tools; the host compiler might
christos
2013-06-14
Invoke tools/binstall/mkmanifest for Cygwin via ${HOST_SH}.
tsutsui
2013-02-17
- Provide HOSTEXEEXT if NOCOMPATLIB
christos
2012-12-02
Make most things under src/tools use the TOOLDIR version of compat/defs.mk,
apb
2011-04-10
For USETOOLS=yes, use the --sysroot support of the compiler to cut down
joerg
2010-12-25
If MKREPRO, transform ${NETBSDSRCDIR} to /usr/src and ${DESTDIR} to /
joerg
2009-12-01
Revert previous, which caused tools build to fail.
uebayasi
2009-12-01
Use ${NETBSDSRCDIR} for deep tools/* directories.
uebayasi
2008-10-19
Define NOINFO, so that we don't try to build info files for host tools.
apb
2003-11-16
Correct .PHONY rules that force tools to be installed to use
dsl
2003-10-21
Rework how MAKEVERBOSE operates:
lukem
2003-10-19
rework to use the newer _MKMSGCREATE (et al) macros
lukem
2003-10-18
MAKEVERBOSE support
lukem
2003-03-13
Move -no-cpp-precomp logic to defs.mk.
thorpej
2003-03-13
Pass -no-cpp-precomp to the C preprocessor on Darwin; our use of
thorpej
2002-01-29
Make almost all tools compile and run properly on non-NetBSD hosts. (In
tv
2002-01-21
Missed in last commit: make some tools build properly on non-NetBSD hosts.
tv
2001-12-12
no need to set NOMAN twice
lukem
2001-12-12
Add NOMAN/NOLINT.
tv
2001-12-12
MKfoo=no -> NOfoo
tv
2001-12-11
Add the framework for autoconf-based src/tools/compat structure. This will
tv
2001-11-19
replace instances of INSTALL_FILE with HOST_INSTALL_FILE
perry
2001-11-12
Major overhaul of src/tools and host toolchain. Summary of changes:
tv
2001-11-12
Make use of OBJHOSTMACHINE here, since <bsd.obj.mk> is preloaded.
tv
2001-11-11
Pull the rmd160 stuff out as mtree now has options to selectively compile
jmc
2001-11-08
XXX...Complete hack for now.
jmc
2001-10-25
Back out previous -- it has other annoying side-effects I missed.
thorpej
2001-10-25
Add the program's CPPFLAGS to HOST_CPPFLAGS using make(1)'s normal
thorpej
2001-10-25
Provide a PRINTOBJDIR.
thorpej
2001-10-22
If <srcdir>/../Makefile.inc exists, pull it in as well before setting
jmc
2001-10-13
Add install.files rule. Tools with support files can use HOSTFILES and
jmc
2001-08-14
Bootstrap toolchain framework, first pass.
tv