On Sun, Jun 15, 2003 at 12:42:34AM +0200, Dmitry Karasik wrote:
> 
>  Eric> plus set permissions on certain
>  Eric> files because the 2nd time I did 'make install' (I'm testing a few
>  Eric> things) the Makefile could not overwrite the originals.
> 
> The 'binaries' are written with mode 0555 by default, and though I 
> do not see why one would need u+w, it probably must be governed
> somehow by parameters to Makefile.PL . I do not know how do other
> packages do that - any suggestions? 
I agree 0555 makes sense.  However in that case 'make install' needs to be
smart enough to overwrite/skip the file (for the 2nd install and thereafter
of Prima).  'make install' would stop and not continue until I manually set
the permissions on those files listed in my original post.  Unfortunately I
can't offer any suggestions - although I believe some perl modules support
'perl Makefile.PL UNINST=1' which might be what I am after?  Again I apologize,
I'm not sure.
> 
>  Eric> rm -f /opt/perl/current/lib/site_perl/5.8.0/sun4-solaris-thread-multi/Prima/examples/*
> 
> Any reason for doing that? Examples meant to be fun :|
Again, 'make install' refused to continue unless I did this.  (for the 2nd
install of Prima and thereafter)
The reason I was doing multiple 'make installs' is because I am testing
a script which re-installs all currently installed Perl modules because
I am moving a production box to a new version of Perl.
Thanks Dmitry.
Received on Sun 15 Jun 2003 - 15:23:21 CEST
This archive was generated by hypermail 2.2.0 : Sat 19 Mar 2011 - 18:35:04 CET