mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 15:33:55 +02:00
d159f8d1ad
(which is not) throughout the ports Makefiles.
* Replace find|xargs with find -exec {} +
* Replace -exec {} \; with -exec {} + if applicable.
* Use the -delete operator to remove files and empty directories.
* Combine and tweak some find(1) invocations while here.
ok kn@ rsadowski@ espie@