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

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

Thread Previous | Thread Next
From:
Michael G Schwern
Date:
April 29, 2003 13:39
Subject:
Re: How do you force make to overwrite all files upon make install?
Message ID:
20030429203936.GF6129@windhund.schwern.org
On Mon, Apr 28, 2003 at 06:34:51AM -0700, DH wrote:
> How do you force make to overwrite all files upon make install?
> I usually run make UNINST=1.
> I tried make FORCE=1 but that didn't work ;)
> Is there such an option?

If the file has changed it will overwrite it.  Otherwise it won't bother
since it would be a no-op.  'make install' will do that by default.  How is 
it not overwriting?

UNINST=1 has nothing to do with that.  'make install UNINST=1' deletes
all copies of the files elsewhere in your @INC path (aka 'shadowing')
so they don't interfere with your newly installed version.


-- 
5. It is always possible to aglutenate multiple separate problems
   into a single complex interdependent solution. In most cases
   this is a bad idea.
    -- RFC 1925

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