develooper Front page | perl.makemaker | Postings from May 2003

Re: How do you force make to overwrite all files upon make install?

Thread Previous | Thread Next
From:
DH
Date:
May 1, 2003 03:00
Subject:
Re: How do you force make to overwrite all files upon make install?
Message ID:
20030501100038.8579.qmail@web40205.mail.yahoo.com

--- Michael G Schwern <schwern@pobox.com> wrote:
> On Wed, Apr 30, 2003 at 07:24:39AM -0700, DH wrote:
> > > > bother
> > > > since it would be a no-op.  'make install' will do that by default.  
> > > > How is
> > > > it not overwriting?
> > 
> > I don't know how the modification detection is being done,
> > i'm not particularly interested,
> > I just  want to force an overwrite regardless.
> 
> It checks size, modification time and ultimately uses File::Compare.
> 
> I can't see the need to force an overwrite if the files are exactly the same,
> so I'm not inclined to implement an "always overwrite" feature.  Some major
> convincing would be in order.
> 

It's simple.
Why should I bother checking to see if the files have changed,
if all I want is to blindly overwrite regardless.
Why should I have to resort to touching
all the files or uninstalling (which is iffy) so I can essentially blindly overwrite ?



__________________________________
Do you Yahoo!?
The New Yahoo! Search - Faster. Easier. Bingo.
http://search.yahoo.com

Thread Previous | Thread Next


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About