summaryrefslogtreecommitdiff
path: root/Mk/Scripts
diff options
context:
space:
mode:
authorFukang Chen <loader@FreeBSD.org>2015-07-30 07:43:49 +0000
committerFukang Chen <loader@FreeBSD.org>2015-07-30 07:43:49 +0000
commitd5ee3ef66193d4b93b39c5115b00a0f6d19c89a3 (patch)
tree86dc70f9f221ace2a2fc6a7b5de0d3d53b380957 /Mk/Scripts
parent- Drop @dirrm* from plist (diff)
checks $WRKSRC for all direct dependencies in the limited-clean-depends:
target, like the original CLEAN-DEPENDS-LIMITED in bsd.port.mk Approved by: bapt Differential Revision: https://reviews.freebsd.org/D3233
Notes
Notes: svn path=/head/; revision=393223
Diffstat (limited to 'Mk/Scripts')
-rw-r--r--Mk/Scripts/clean-depends-list.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/Scripts/clean-depends-list.sh b/Mk/Scripts/clean-depends-list.sh
index 3567594331dd..5449c2141826 100644
--- a/Mk/Scripts/clean-depends-list.sh
+++ b/Mk/Scripts/clean-depends-list.sh
@@ -39,7 +39,7 @@ check_dep() {
if [ -d ${1} ]; then
echo ${d}
elif [ "$arg" = "limited" ]; then
- break
+ continue
fi
shift
check_dep $@