On Thu, Nov 13, 2008 at 14:03:15 +0100, Christian Kellermann wrote:
> Thu Nov 13 13:57:03 CET 2008  Christian Kellermann <[EMAIL PROTECTED]>
>   * make finds more portable
>   
>   This patch changes the way find -exec is used before. OpenBSD does
>   not support the -exec rm -f {} + syntax. So we stick to the less
>   performant -exec rm -f {} \;

Applied this version.  Thanks to Christian for patient resubmissions
and Trent for attentitive review!

make finds more portable
------------------------
> -     find src \( -name \*.o -o -name \*.hi \) -exec rm -f {} +
> -     find src \( -name \*.p_o -o -name \*.p_hi \) -exec rm -f {} +
> +     find src \( -name \*.o -o -name \*.hi \) -exec rm -f {} \;
> +     find src \( -name \*.p_o -o -name \*.p_hi \) -exec rm -f {} \;

-- 
Eric Kow <http://www.nltg.brighton.ac.uk/home/Eric.Kow>
PGP Key ID: 08AC04F9

Attachment: signature.asc
Description: Digital signature

_______________________________________________
darcs-users mailing list
[email protected]
http://lists.osuosl.org/mailman/listinfo/darcs-users

Reply via email to