tweak MANIFEST, add Dev_t to POSIX/typemap
authorGurusamy Sarathy <gsar@cpan.org>
Tue, 23 Jun 1998 09:00:48 +0000 (09:00 +0000)
committerGurusamy Sarathy <gsar@cpan.org>
Tue, 23 Jun 1998 09:00:48 +0000 (09:00 +0000)
p4raw-id: //depot/perl@1204

MANIFEST
Porting/makerel
ext/POSIX/typemap

index 7cb045d..6f7f918 100644 (file)
--- a/MANIFEST
+++ b/MANIFEST
@@ -18,6 +18,7 @@ Porting/Contract      Social contract for contributed modules in Perl core
 Porting/Glossary       Glossary of config.sh variables
 Porting/config.sh      Sample config.sh
 Porting/config_H       Sample config.h
+Porting/genlog         Generate formatted changelogs by querying p4d
 Porting/makerel                Release making utility
 Porting/patching.pod   How to report changes made to Perl
 Porting/patchls                Flexible patch file listing utility
index cdaa00c..809de9b 100644 (file)
@@ -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
index 45e0862..63e41c7 100644 (file)
@@ -4,6 +4,7 @@ Uid_t                   T_NV
 Time_t                 T_NV
 Gid_t                  T_NV
 Off_t                  T_NV
+Dev_t                  T_NV
 fd                     T_IV
 speed_t                        T_IV
 tcflag_t               T_IV