From 516e42d4bf791aef6d73b99974c3844d4d07471e Mon Sep 17 00:00:00 2001 From: "Jorge Manuel B. S. Vicetto (jmbsvicetto)" Date: Sun, 22 Apr 2012 02:34:56 +0000 Subject: [PATCH] Replace --with-bdeps=n with --with-bdeps=y for depclean. --- targets/support/chroot-functions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/targets/support/chroot-functions.sh b/targets/support/chroot-functions.sh index af693e8c..a10c1fa2 100644 --- a/targets/support/chroot-functions.sh +++ b/targets/support/chroot-functions.sh @@ -202,7 +202,7 @@ cleanup_stages() { fi case ${clst_target} in stage3|system) - run_merge --depclean --with-bdeps=n + run_merge --depclean --with-bdeps=y ;; *) echo "Skipping depclean operation for ${clst_target}" -- 2.26.2