source:
vendor/perl/5.8.8/Cross/installperl.patch
Last change on this file was 3181, checked in by , 18 years ago | |
---|---|
File size: 538 bytes |
-
installperl
../ 3 3 BEGIN { 4 4 require 5.004; 5 5 chdir '..' if !-d 'lib' and -d '../lib'; 6 @INC = 'lib';7 $ENV{PERL5LIB} = 'lib';6 # @INC = 'lib'; 7 # $ENV{PERL5LIB} = 'lib'; 8 8 } 9 9 10 10 use strict; … … 946 946 print " " if (@opts); 947 947 print "$file\n"; 948 948 } 949 system(" strip", @opts, $file);949 system("XXSTRIPXX-strip", @opts, $file); 950 950 } else { 951 951 print "# file '$file' skipped\n" if $verbose; 952 952 }
Note:
See TracBrowser
for help on using the repository browser.