thedark Second Lieutenant
Joined: 30 Jul 2005
Posts: 1074
|
Posted: Thu Aug 04, 2005 11:04 am Post subject: Clean ALL ports but no dependencies |
|
|
When cleaning the ENTIRE ports collection like this:
root@server#cd /usr/ports
root@server#make clean
the process will 'loop' on dependencies because half of the ports (if not all) use things
like gettext en therefore the dependencies get cleaned a thousand or more times.]
You can prevent this by adding 'NOCLEANDEPENDS=yes' to your make clean command. |
|