diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1998-06-23 09:00:48 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1998-06-23 09:00:48 +0000 |
commit | 14a3f2583754af00b513dcdf22451c4b77be6644 (patch) | |
tree | 05bb89d1e87364e192de802b4af56ae8a8a2ec50 /Porting/makerel | |
parent | b59922b7d7bf512b76c8fd82486e0570b34b71c2 (diff) | |
download | perl-14a3f2583754af00b513dcdf22451c4b77be6644.tar.gz |
tweak MANIFEST, add Dev_t to POSIX/typemap
p4raw-id: //depot/perl@1204
Diffstat (limited to 'Porting/makerel')
-rw-r--r-- | Porting/makerel | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Porting/makerel b/Porting/makerel index cdaa00c56b..809de9bbec 100644 --- a/Porting/makerel +++ b/Porting/makerel @@ -61,11 +61,9 @@ print "Setting file permissions...\n"; system("find . -type f -print | xargs chmod -w"); system("find . -type d -print | xargs chmod g-s"); system("find t -name '*.t' -print | xargs chmod +x"); -system("chmod +w configure"); # special case (see pumpkin.pod) @exe = qw( Configure configpm - configure embed.pl installperl installman @@ -78,7 +76,6 @@ system("chmod +w configure"); # special case (see pumpkin.pod) *.SH vms/ext/Stdio/test.pl vms/ext/filespec.t - vms/fndvers.com x2p/*.SH Porting/patchls Porting/makerel |