aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Johnston <markj@FreeBSD.org>2021-12-07 18:01:05 +0000
committerMark Johnston <markj@FreeBSD.org>2021-12-07 18:01:05 +0000
commit73db11a4d1e1940b6be65e72bb02bb0d4a701b95 (patch)
tree79fc005ddd7ff1e0aa69b39149885fac091499c6
parent187fe192ce0ab1fc9787840ddb4f721a72de5942 (diff)
downloadsrc-73db11a4d1e1940b6be65e72bb02bb0d4a701b95.tar.gz
src-73db11a4d1e1940b6be65e72bb02bb0d4a701b95.zip
depend-cleanup.sh: Make the output message more precise
Sponsored by: The FreeBSD Foundation
-rwxr-xr-xtools/build/depend-cleanup.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/build/depend-cleanup.sh b/tools/build/depend-cleanup.sh
index 6055a6b33647..b6ad7701c32b 100755
--- a/tools/build/depend-cleanup.sh
+++ b/tools/build/depend-cleanup.sh
@@ -30,7 +30,7 @@ clean_dep()
{
if [ -e "$OBJTOP"/$1/.depend.$2.pico ] && \
egrep -qw "$2\.$3" "$OBJTOP"/$1/.depend.$2.pico; then \
- echo "Removing stale dependencies for $2.$3"; \
+ echo "Removing stale dependencies and objects for $2.$3"; \
rm -f \
"$OBJTOP"/$1/.depend.$2.* \
"$OBJTOP"/$1/$2.*o \