aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto@gentoo.org>2012-04-22 02:34:56 +0000
committerJorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto@gentoo.org>2012-04-22 02:34:56 +0000
commit516e42d4bf791aef6d73b99974c3844d4d07471e (patch)
treeb7cb53d82c3ba58fd8ee74cbb3a7915209e4da00
parentmips.py: change -O3 to -O2 in loongson2f classes (diff)
downloadcatalyst-516e42d4bf791aef6d73b99974c3844d4d07471e.tar.gz
catalyst-516e42d4bf791aef6d73b99974c3844d4d07471e.tar.bz2
catalyst-516e42d4bf791aef6d73b99974c3844d4d07471e.zip
Replace --with-bdeps=n with --with-bdeps=y for depclean.
-rw-r--r--targets/support/chroot-functions.sh2
1 files changed, 1 insertions, 1 deletions
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}"