bug-autoconf
[Top][All Lists]
Advanced

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

Re: Autoconf 2.55 "make install" failure on Solaris 9 (sparc)


From: Paul Eggert
Subject: Re: Autoconf 2.55 "make install" failure on Solaris 9 (sparc)
Date: Fri, 15 Nov 2002 13:03:21 -0800

> From: Akim Demaille <address@hidden>
> User-Agent: Gnus/5.090008 (Oort Gnus v0.08) Emacs/21.2 (i386-pc-linux-gnu)
> 
> I don't know
> how to fix this issue cleanly.  Maybe move-if-change should preserve
> the destination rights?

I don't think that'd be wise; there needs to be some way for
move-if-change to handle the case where the permissions are supposed
to change.

> Maybe instead of `mv old new' we should `cat old >new'?

I'd rather use a scheme that preserves the last-modified date.

Perhaps the simplest is to just remember which files need to be
executable, and chmod +x them after retrieving them.




reply via email to

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