Tim Daneliuk via freebsd-questions
2021-04-15 20:37:08 UTC
I am aware that one can do this to clean the ports tree:
cd /usr/ports
make clean
However, this is very slow. Is there any reason not to do this instead:
find /usr/ports -type d -name work -exec -vrf {} \;
This second approach is much, much (much) faster, I just want to make
sure I am not creating nasty side-effects thereby.
cd /usr/ports
make clean
However, this is very slow. Is there any reason not to do this instead:
find /usr/ports -type d -name work -exec -vrf {} \;
This second approach is much, much (much) faster, I just want to make
sure I am not creating nasty side-effects thereby.