1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-11-24 07:40:52 +00:00
freebsd/tools
Jessica Clarke b9c5eab0f3 depend-cleanup.sh: Fix overzealous syscall.S cleanup on amd64
Just as we skip the cleanup for i386 due to still having a custom
syscall.S, we also need to do the same for lib32 on amd64, so filter it
out of ALL_libcompats here.

Fixes:	a650ec0e55 ("lib{c,sys}: fix incremental builds")
2024-09-10 18:54:45 +01:00
..
boot boot: update lua linter for recent module additions 2024-08-12 20:57:14 -05:00
bsdbox Remove residual blank line at start of Makefile 2024-07-15 16:43:39 -06:00
build depend-cleanup.sh: Fix overzealous syscall.S cleanup on amd64 2024-09-10 18:54:45 +01:00
bus_space Remove residual blank line at start of Makefile 2024-07-15 16:43:39 -06:00
coccinelle
debugscripts
diag Remove residual blank line at start of Makefile 2024-07-15 16:43:39 -06:00
ifnet
kerneldoc Remove residual blank line at start of Makefile 2024-07-15 16:43:39 -06:00
LibraryReport
lua
pkgbase
regression Remove "All Rights Reserved" from FreeBSD Foundation copyrights 2024-07-30 12:16:36 -04:00
sched
test stress2: Do not wait forever for swap usage 2024-08-30 10:04:46 +02:00
tools Remove "All Rights Reserved" from FreeBSD Foundation copyrights 2024-07-30 12:16:36 -04:00
uma/smrstress
install.sh
make_libdeps.sh
README
tinder.sh

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.