freebsd-src/tools
Dag-Erling Smørgrav 8d23b31485 depend-cleanup: Add a clean_obj function
The clean_dep function is primarily intended for when a source file is
renamed.  The 20241025 entry for libcrypt was not related to a rename
and resulted in libcrypt getting cleaned out and rebuilt every time.
Add a clean_obj function which does what the 20241025 entry needs:
delete an object file if it matches a particular regex.

This also changes every occurrence of `rm -f` to `rm -fv` so we can
more easily tell what gets cleaned up.

Fixes:		d8cd2d0833 ("depend-cleanup.sh: clean up after hash function removal from libcrypt")
Reviewed by:	jhb, emaste
Differential Revision:	https://reviews.freebsd.org/D52012
2025-08-20 15:09:11 +02:00
..
boot zfsboot: Remove zfsboot(8) program used to boot ZFS from MBR + BIOS 2025-07-28 10:58:02 -04:00
bsdbox bsdbox: use paths relative to SRCTOP instead of .CURDIR 2025-04-20 22:45:02 -05:00
build depend-cleanup: Add a clean_obj function 2025-08-20 15:09:11 +02:00
bus_space Remove residual blank line at start of Makefile 2024-07-15 16:43:39 -06:00
coccinelle
debugscripts Remove $FreeBSD$: one-line bare tag 2023-08-16 11:55:20 -06:00
diag tools/diag/prtblknos: fix build 2025-05-27 15:12:04 -08:00
ifnet convert_ifapi: handle the special case of getting interface name 2025-05-28 15:31:53 +08:00
kerneldoc Remove SOC FPGA drivers 2024-12-06 17:38:52 -05:00
LibraryReport Remove $FreeBSD$: one-line sh pattern 2023-08-16 11:55:03 -06:00
lua Remove $FreeBSD$: one-line lua tag 2023-08-16 11:55:34 -06:00
pkgbase Remove $FreeBSD$: one-line lua tag 2023-08-16 11:55:34 -06:00
regression tests: Update for jemalloc's option parsing 2025-06-17 11:52:17 -04:00
sched Remove $FreeBSD$: one-line sh pattern 2023-08-16 11:55:03 -06:00
test test/netfibs: Fix a typo in a source code comment 2025-08-17 09:32:10 +02:00
tools usbtest: fix usbtest compilation error by an unused variable 2025-08-19 07:15:18 -04:00
uma/smrstress machine/stdarg.h -> sys/stdarg.h 2025-06-11 17:39:02 +01:00
install.sh Remove $FreeBSD$: one-line sh pattern 2023-08-16 11:55:03 -06:00
make_libdeps.sh Remove $FreeBSD$: one-line sh pattern 2023-08-16 11:55:03 -06:00
README Remove $FreeBSD$: one-line bare tag 2023-08-16 11:55:20 -06:00
tinder.sh Remove $FreeBSD$: one-line sh pattern 2023-08-16 11:55:03 -06:00

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.