freebsd-src/tools
Garance A Drosehn 413a16d889 The regression-tests for 'make' *expect* to trigger make's warning:
warning: duplicate script for target "double" ignored
The regression-tests do try to hide that message, but the message does
still appear when using -j (eg: 'make -j5 buildworld').  This changes the
regression-test so the expected warning message will not be seen even
when -j is specified.

Reviewed by:	jmallett  ru
2003-02-10 19:56:42 +00:00
..
3.0-upgrade Fixed typos. 2002-06-06 14:08:04 +00:00
build/make_check The regression-tests for 'make' *expect* to trigger make's warning: 2003-02-10 19:56:42 +00:00
diag Make it works with POSIX sort (POS arg) 2002-09-24 20:05:01 +00:00
KSE/ksetest Add a missing inline keyword. 2003-02-08 06:33:37 +00:00
LibraryReport
regression The regression-tests for 'make' *expect* to trigger make's warning: 2003-02-10 19:56:42 +00:00
test Remove broken attempt to compile libc's malloc source directly; this 2002-01-02 06:42:34 +00:00
tools Add a getopt-ified version of an old tool that I've been using for ages: 2003-01-31 22:08:14 +00:00
install.sh Fix typo in the BSD copyright: s/withough/without/ 2002-06-02 20:05:59 +00:00
make_libdeps.sh Update for current /usr/src. 2002-05-28 08:25:29 +00:00
README - Add $FreeBSD$ 2000-08-13 14:46:31 +00:00

$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.