From: Jorge Manuel B. S. Vicetto (jmbsvicetto) Date: Sun, 22 Apr 2012 02:34:56 +0000 (+0000) Subject: Replace --with-bdeps=n with --with-bdeps=y for depclean. X-Git-Tag: CATALYST-2.0.10~3^2~1 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=516e42d4bf791aef6d73b99974c3844d4d07471e;p=catalyst.git Replace --with-bdeps=n with --with-bdeps=y for depclean. --- 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}"