View Single Post
  #4   (View Single Post)  
Old 11th May 2008
phoenix's Avatar
phoenix phoenix is offline
Risen from the ashes
 
Join Date: May 2008
Posts: 696
Default

Setting the NO_* knobs in make.conf (or src.conf in FreeBSD 7+) just tells the build system to not build or install those bits. However, the build system does not delete items during normal operation.

However, you can use the delete-old and delete-old-libs targets to delete old binaries and libraries. I believe these will check the NO_* knobs and delete those items as well, but I have never tested that.
__________________
Freddie

Help for FreeBSD: Handbook, FAQ, man pages, mailing lists.
Reply With Quote