aboutsummaryrefslogtreecommitdiffstats
path: root/Mk/Scripts
diff options
context:
space:
mode:
authorloader <loader@FreeBSD.org>2015-07-30 15:43:49 +0800
committerloader <loader@FreeBSD.org>2015-07-30 15:43:49 +0800
commitf5763ae624a93eb5754062db9a288cc70b09bc02 (patch)
tree86dc70f9f221ace2a2fc6a7b5de0d3d53b380957 /Mk/Scripts
parent64348d2f44e70fc55362ac0366a14df02edc9527 (diff)
downloadfreebsd-ports-gnome-f5763ae624a93eb5754062db9a288cc70b09bc02.tar.gz
freebsd-ports-gnome-f5763ae624a93eb5754062db9a288cc70b09bc02.tar.zst
freebsd-ports-gnome-f5763ae624a93eb5754062db9a288cc70b09bc02.zip
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
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 $@