Change 34326 by [EMAIL PROTECTED] on 2008/09/09 15:19:03
Integrate:
[ 34325]
Integrate:
[ 32846]
Build const-(c|xs).inc in IPC::SysV on the fly.
[ 32847]
Remove IPC::SysV constant files from the MANIFEST.
Affected files ...
... //depot/maint-5.8/perl/MANIFEST#441 integrate
... //depot/maint-5.8/perl/ext/IPC/SysV/Makefile.PL#3 integrate
... //depot/maint-5.8/perl/ext/IPC/SysV/const-c.inc#2 delete
... //depot/maint-5.8/perl/ext/IPC/SysV/const-xs.inc#2 delete
Differences ...
==== //depot/maint-5.8/perl/MANIFEST#441 (text) ====
Index: perl/MANIFEST
--- perl/MANIFEST#440~34293~ 2008-09-06 01:58:18.000000000 -0700
+++ perl/MANIFEST 2008-09-09 08:19:03.000000000 -0700
@@ -673,8 +673,6 @@
ext/IO/t/io_utf8.t See if perlio opens work
ext/IO/t/io_xs.t See if XSUB methods from IO work
ext/IPC/SysV/Changes IPC::SysV changes
-ext/IPC/SysV/const-c.inc IPC::SysV constants
-ext/IPC/SysV/const-xs.inc IPC::SysV constants
ext/IPC/SysV/hints/cygwin.pl Hint for IPC::SysV for named architecture
ext/IPC/SysV/hints/next_3.pl Hint for IPC::SysV for named architecture
ext/IPC/SysV/lib/IPC/Msg.pm IPC::SysV extension Perl module
==== //depot/maint-5.8/perl/ext/IPC/SysV/Makefile.PL#3 (text) ====
Index: perl/ext/IPC/SysV/Makefile.PL
--- perl/ext/IPC/SysV/Makefile.PL#2~34082~ 2008-06-24 03:30:46.000000000
-0700
+++ perl/ext/IPC/SysV/Makefile.PL 2008-09-09 08:19:03.000000000 -0700
@@ -1,8 +1,8 @@
################################################################################
#
-# $Revision: 15 $
+# $Revision: 16 $
# $Author: mhx $
-# $Date: 2007/12/22 17:39:55 +0100 $
+# $Date: 2008/01/05 16:41:20 +0100 $
#
################################################################################
#
@@ -55,7 +55,8 @@
if ($ENV{'PERL_CORE'}) {
# Pods will be built by installman.
- push @moreopts, MAN3PODS => {};
+ push @moreopts, MAN3PODS => {},
+ realclean => { FILES => "const-c.inc const-xs.inc" };
}
else {
# IPC::SysV is in the core since 5.005
End of Patch.