mirror of
https://github.com/freebsd/freebsd-src
synced 2024-11-02 19:51:25 +00:00
depend-cleanup.sh: Make the output message more precise
Sponsored by: The FreeBSD Foundation
(cherry picked from commit 73db11a4d1
)
This commit is contained in:
parent
18ae2f6f4b
commit
b1ecdb70c9
1 changed files with 1 additions and 1 deletions
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue