summaryrefslogtreecommitdiff
path: root/tools/compile_et/Makefile
AgeCommit message (Collapse)Author
2017-01-30Fix host tools build for asn1_compile, compile_et, and slc.jakllsch
2017-01-29don't try to build links when cleaning or making obj dirschristos
2017-01-29make a symlink to krb5 for the tools build.christos
2011-04-15Upgrade Heimdal to 1.5pre1 by switching the build from crypto/dist/heimdalelric
to crypto/external/bsd/heimdal. The latter was just imported as the head of the Heimdal tree as of a few days ago.
2010-02-03No need to compile strlcpy.c and strlcat.c here.tsutsui
They are in libnbcompat.a, not in src/lib/libc/string (moved into src/common/lib/libc/string), and strlcpy.c and strlcat.c derived from crypto/dist/heimdal/lib/roken won't include the target functions if nbtool_config.h defines HAVE_STRLCPY and HAVE_STRLCAT.
2003-11-16Improve how various "simple" host tools are built and invoked.lukem
2002-12-08Centralize the definition of the tool name prefix (i.e. "nb") intothorpej
bsd.own.mk, as the _TOOL_PREFIX variable.
2001-11-14Prefix all target-specific things with `${MACHINE_GNU_PLATFORM}-'.tv
Prefix all non-target-specific things with `nb'.
2001-11-12Major overhaul of src/tools and host toolchain. Summary of changes:tv
* 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.
2001-09-21Add compile_et to TOOLDIR host tools.tv