depend-cleanup.sh: Make the output message more precise
Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
187fe192ce
commit
73db11a4d1
@ -30,7 +30,7 @@ clean_dep()
|
|||||||
{
|
{
|
||||||
if [ -e "$OBJTOP"/$1/.depend.$2.pico ] && \
|
if [ -e "$OBJTOP"/$1/.depend.$2.pico ] && \
|
||||||
egrep -qw "$2\.$3" "$OBJTOP"/$1/.depend.$2.pico; then \
|
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 \
|
rm -f \
|
||||||
"$OBJTOP"/$1/.depend.$2.* \
|
"$OBJTOP"/$1/.depend.$2.* \
|
||||||
"$OBJTOP"/$1/$2.*o \
|
"$OBJTOP"/$1/$2.*o \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user