Go to file
tv b5cd2489b2 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.
2001-11-12 23:16:17 +00:00
bin PR/14558: Tero Kivinen: Check the return value of nanosleep and don't fail 2001-11-12 14:55:53 +00:00
crypto fix auth_krb5() error case behavior. found by jhawk, sync with openbsd tree 2001-11-12 05:45:29 +00:00
dist s/%%m/%m/ 2001-11-12 03:06:44 +00:00
distrib Make everything fit once again. 2001-11-11 07:46:46 +00:00
etc Fix vnd blk/chr number. 2001-11-11 00:39:33 +00:00
games Update to the new t_agetstr() API. 2001-11-02 18:27:00 +00:00
gnu Major overhaul of src/tools and host toolchain. Summary of changes: 2001-11-12 23:16:17 +00:00
include Be smarter about finding rpcgen's absolute path; only do it if ${RPCGEN} 2001-11-01 15:03:07 +00:00
lib Major overhaul of src/tools and host toolchain. Summary of changes: 2001-11-12 23:16:17 +00:00
libexec ANSI'ify. 2001-11-10 17:35:54 +00:00
regress Simplify a bunch of explicit ${.OBJDIR} references to make these more like 2001-10-31 15:57:49 +00:00
sbin move guts of non-F special parsing into separate openpartition() func 2001-11-09 11:48:39 +00:00
share Major overhaul of src/tools and host toolchain. Summary of changes: 2001-11-12 23:16:17 +00:00
sys add RCSIDs 2001-11-12 23:08:56 +00:00
tools Major overhaul of src/tools and host toolchain. Summary of changes: 2001-11-12 23:16:17 +00:00
usr.bin Major overhaul of src/tools and host toolchain. Summary of changes: 2001-11-12 23:16:17 +00:00
usr.sbin Ugg...Turn LIST_FOREACH into a while loop around LIST_NEXT... 2001-11-11 05:07:20 +00:00
build.sh Major overhaul of src/tools and host toolchain. Summary of changes: 2001-11-12 23:16:17 +00:00
BUILDING Major overhaul of src/tools and host toolchain. Summary of changes: 2001-11-12 23:16:17 +00:00
BUILDING.mdoc Major overhaul of src/tools and host toolchain. Summary of changes: 2001-11-12 23:16:17 +00:00
Makefile Major overhaul of src/tools and host toolchain. Summary of changes: 2001-11-12 23:16:17 +00:00
Makefile.inc Set RELTOP to '.' if that's where we are. 2000-05-06 15:05:15 +00:00
UPDATING note wcstod.c needs new lint. 2001-10-30 06:05:28 +00:00