Change 11468 by jhi@alpha on 2001/07/25 01:39:11

        More +x.

Affected files ...

... //depot/perl/Porting/makerel#22 edit

Differences ...

==== //depot/perl/Porting/makerel#22 (text) ====
Index: perl/Porting/makerel
--- perl/Porting/makerel.~1~    Tue Jul 24 19:45:06 2001
+++ perl/Porting/makerel        Tue Jul 24 19:45:06 2001
@@ -80,7 +80,8 @@
 print "Setting file permissions...\n";
 system("find . -type f -print     | xargs chmod 0444");
 system("find . -type d -print     | xargs chmod 0755");
-system("find t -name '*.t' -print | xargs chmod +x");
+system("find t ext lib -name '*.t'     -print | xargs chmod +x");
+system("find t ext lib -name 'test.pl' -print | xargs chmod +x");
 my @exe = qw(
     Configure
     configpm
@@ -91,13 +92,14 @@
     opcode.pl
     perly.fixer
     t/TEST
-    t/*/*.t
     *.SH
     vms/ext/Stdio/test.pl
     vms/ext/filespec.t
     x2p/*.SH
     Porting/patchls
     Porting/makerel
+    mpeix/nm
+    mpeix/relink
 );
 system("chmod +x @exe");
 
End of Patch.

Reply via email to