1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-10-18 02:19:39 +00:00
freebsd/tools
Wolfram Schneider 3e8a2296e9 stale-symlink-buildworld.sh: a script to check for stale symlinks on a FreeBSD system
You can run the script before or after `make installworld'

You may also check your local ports with:

  env STALE_SYMLINK_BUILDWORLD_DIRS=/usr/local ./stale-symlink-buildworld.sh

PR: 276235

(cherry picked from commit e880dd644f)
2024-07-13 10:14:27 +00:00
..
boot Remove $FreeBSD$: one-line sh pattern 2023-08-23 11:43:30 -06:00
bsdbox Remove $FreeBSD$: one-line bare tag 2023-08-23 11:43:33 -06:00
build stale-symlink-buildworld.sh: a script to check for stale symlinks on a FreeBSD system 2024-07-13 10:14:27 +00:00
bus_space Remove $FreeBSD$: one-line sh pattern 2023-08-23 11:43:30 -06:00
coccinelle
debugscripts Remove $FreeBSD$: one-line bare tag 2023-08-23 11:43:33 -06:00
diag Remove $FreeBSD$: one-line bare tag 2023-08-23 11:43:33 -06:00
ifnet Remove $FreeBSD$: one-line sh pattern 2023-08-23 11:43:30 -06:00
kerneldoc Remove $FreeBSD$: one-line bare tag 2023-08-23 11:43:33 -06:00
LibraryReport Remove $FreeBSD$: one-line sh pattern 2023-08-23 11:43:30 -06:00
lua Remove $FreeBSD$: one-line lua tag 2023-08-23 11:43:34 -06:00
pkgbase Remove $FreeBSD$: one-line lua tag 2023-08-23 11:43:34 -06:00
regression Remove $FreeBSD$: one-line bare tag 2023-08-23 11:43:33 -06:00
sched Remove $FreeBSD$: one-line sh pattern 2023-08-23 11:43:30 -06:00
test gpioevents: Fix a typo in a diagnostic output message 2024-01-07 12:44:16 +01:00
tools mwlstats: Fix a typo in an error message 2024-04-25 08:17:38 +02:00
uma/smrstress Remove $FreeBSD$: one-line sh pattern 2023-08-23 11:43:30 -06:00
install.sh Remove $FreeBSD$: one-line sh pattern 2023-08-23 11:43:30 -06:00
make_libdeps.sh Remove $FreeBSD$: one-line sh pattern 2023-08-23 11:43:30 -06:00
README Remove $FreeBSD$: one-line bare tag 2023-08-23 11:43:33 -06:00
tinder.sh Remove $FreeBSD$: one-line sh pattern 2023-08-23 11:43:30 -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.