1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-28 11:57:28 +00:00
freebsd/tools
Warner Losh 36f1c58dc5 Fix parallel build issues and add MK_ZFS=no case
To ensure that I don't break the MK_ZFS=no case (currently working),
add that to the build, at least for i386 and amd64. Also, out of an
abundance of caution, clean single threaded, and then build in a
separate make. Otherwise, I hit a race where we build before objdir
has been created, which breaks at the moment.

Sponsored by: Netflix
2017-10-30 03:12:34 +00:00
..
boot Fix parallel build issues and add MK_ZFS=no case 2017-10-30 03:12:34 +00:00
bsdbox
build Teach beinstall to use and prefer svnlite, with a fallback to svn. 2017-10-18 15:48:26 +00:00
bus_space
debugscripts
diag
ifnet
kerneldoc Remove EISA bus support for add-in cards. Remove related kernel and 2017-02-16 21:57:35 +00:00
KSE
LibraryReport
regression Add a test case for a connection on accept queue that is reset before 2017-08-24 20:52:02 +00:00
sched
test Update scescx test to print syscall number and arguments. 2017-06-12 21:16:37 +00:00
tools Update several more URLs 2017-10-29 08:17:03 +00:00
install.sh
make_libdeps.sh
README
tinder.sh

$FreeBSD$

This directory tree contains tools used for the maintenance and
testing of FreeBSD.  There is no toplevel Makefile structure since
these tools are not meant to be built as part of the standard system,
though there may be individual Makefiles in some of the subdirs.

Please read the README files in the subdirs for further information.