naddy d159f8d1ad Make use of "find -exec {} +" (which is POSIX) and "find -delete"
(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@
2020-03-20 16:44:21 +00:00
..
2020-02-02 06:52:38 +00:00
2019-12-31 14:34:33 +00:00
2019-06-16 07:37:33 +00:00
2020-03-08 07:24:12 +00:00
2019-07-17 14:46:32 +00:00
2019-12-22 16:05:42 +00:00
2020-02-15 11:35:11 +00:00
2019-07-19 18:20:08 +00:00
2020-02-25 05:39:18 +00:00