how to clean your pkgsrc tree without waiting 6 days

from #netbsd on efnet. the ultimate source for one liners..

20:25 <jm_> [19:18] < mspo> or just do an occasional make clean from /usr/pkgsrc
20:27 <jm_> cd /usr/pkgsrc && for PACKAGE in `find . -type d -name work | cut -f2,3 -d/`; do cd /usr/pkgsrc/$PACKAGE && make clean; done
20:27 <jm_> Is about 200x faster.
20:27 <jm_> If you can remember that.

0 Responses to “how to clean your pkgsrc tree without waiting 6 days”


  1. No Comments

Leave a Reply

You must login to post a comment.