autoconf-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Autotest: make test dir writable before removing


From: Stepan Kasal
Subject: Re: Autotest: make test dir writable before removing
Date: Wed, 5 Oct 2005 11:07:02 +0200
User-agent: Mutt/1.4.1i

Hello,

On Tue, Oct 04, 2005 at 12:17:54PM -0700, Paul Eggert wrote:
> Why do you need the "-type l -prune" here?  Can't that be omitted?
> "find" doesn't follow symlinks.

the question is whether `-type d' can be true for symlinked directory,
on some system.

> Also, as a minor efficiency thing, if $at_suite_dir is not a directory
> then you don't need to invoke rm at all;

Yes.

Can we use `-perm -700' to avoid most of the chmod's?
That would be a bigger optimization.

A proposed patch attached.

Stepan

Attachment: autoconf-20051005-at-init.patch
Description: Text document


reply via email to

[Prev in Thread] Current Thread [Next in Thread]