From 0e6163a79688ed1a572473f00c9f9a7dae7f80fc 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 74a75659..7e82e32b 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