diff options
author | Jorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto@gentoo.org> | 2012-04-22 02:34:56 +0000 |
---|---|---|
committer | Jorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto@gentoo.org> | 2012-04-22 02:34:56 +0000 |
commit | 516e42d4bf791aef6d73b99974c3844d4d07471e (patch) | |
tree | b7cb53d82c3ba58fd8ee74cbb3a7915209e4da00 | |
parent | mips.py: change -O3 to -O2 in loongson2f classes (diff) | |
download | catalyst-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.sh | 2 |
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}" |