freebsd-skq/tools
Bryan Drewery e0dd694935 native-xtools: Override proper NXBDESTDIR.
The new native-xtools uses 'make toolchain' so overriding DESTDIR
as a make argument may interfere with WORLDTMP handling.
The target also does a 'mkdir -p ${NXBDESTDIR}/usr', so we should
be modifying that rather than DESTDIR.

Note this causes the native-xtools binaries to be installed in
NANO_WORLDDIR/usr NANO_WORLDDIR/bin rather than NANO_WORLDDIR/nxb-bin/usr
and NANO_WORLDDIR/nxb-bin/bin.  This was the case before this change
as well.

MFC after:	2 weeks
Reviewed by:	imp
Differential Revision:	https://reviews.freebsd.org/D12782
2017-10-25 21:46:33 +00:00
..
boot Do a chdir to SRCTOP/sys/boot before starting the run. This lets one 2017-10-25 15:27:48 +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
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 native-xtools: Override proper NXBDESTDIR. 2017-10-25 21:46:33 +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.