Edit

IABSD.fr/ports/misc

Branch :

  • Show log

    Commit

  • Author : naddy
    Date : 2020-03-20 16:44:21
    Hash : d159f8d1
    Message : 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@