From: Nicholas Clark Date: Tue, 19 Mar 2002 21:52:47 +0000 (+0000) Subject: Re: [ID 20020305.026] Not OK: perl v5.7.3 +DEVEL15046 on sun4-solaris 2.7 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=ece2ffd956f7ea808efa81a896d7c65a476ba817;p=p5sagit%2Fp5-mst-13.2.git Re: [ID 20020305.026] Not OK: perl v5.7.3 +DEVEL15046 on sun4-solaris 2.7 Message-ID: <20020319215246.GC311@Bagpuss.unfortu.net> p4raw-id: //depot/perl@15338 --- diff --git a/ext/Fcntl/Makefile.PL b/ext/Fcntl/Makefile.PL index d9551a9..23465b9 100644 --- a/ext/Fcntl/Makefile.PL +++ b/ext/Fcntl/Makefile.PL @@ -5,6 +5,7 @@ WriteMakefile( MAN3PODS => {}, # Pods will be built by installman. XSPROTOARG => '-noprototypes', # XXX remove later? VERSION_FROM => 'Fcntl.pm', + realclean => {FILES=> 'const-c.inc const-xs.inc'}, ); my @names = (qw(FAPPEND FASYNC FCREAT FDEFER FDSYNC FD_CLOEXEC FEXCL FLARGEFILE diff --git a/ext/File/Glob/Makefile.PL b/ext/File/Glob/Makefile.PL index 3cf83f1..0d4267a 100644 --- a/ext/File/Glob/Makefile.PL +++ b/ext/File/Glob/Makefile.PL @@ -5,6 +5,7 @@ WriteMakefile( VERSION_FROM => 'Glob.pm', MAN3PODS => {}, # Pods will be built by installman. OBJECT => 'bsd_glob$(OBJ_EXT) Glob$(OBJ_EXT)', + realclean => {FILES=> 'const-c.inc const-xs.inc'}, ## uncomment for glob debugging (will cause make test to fail) # DEFINE => '-DGLOB_DEBUG', diff --git a/ext/GDBM_File/Makefile.PL b/ext/GDBM_File/Makefile.PL index abdceec..c0824c7 100644 --- a/ext/GDBM_File/Makefile.PL +++ b/ext/GDBM_File/Makefile.PL @@ -6,6 +6,7 @@ WriteMakefile( MAN3PODS => {}, # Pods will be built by installman. XSPROTOARG => '-noprototypes', # XXX remove later? VERSION_FROM => 'GDBM_File.pm', + realclean => {FILES=> 'const-c.inc const-xs.inc'}, ); WriteConstants( NAME => 'GDBM_File', diff --git a/ext/I18N/Langinfo/Makefile.PL b/ext/I18N/Langinfo/Makefile.PL index 730a45f..b307aca 100644 --- a/ext/I18N/Langinfo/Makefile.PL +++ b/ext/I18N/Langinfo/Makefile.PL @@ -13,6 +13,7 @@ WriteMakefile( # Insert -I. if you add *.h files later: 'INC' => '', # e.g., '-I/usr/include/other' 'MAN3PODS' => {}, # Pods will be built by installman + realclean => {FILES=> 'const-c.inc const-xs.inc'}, # Un-comment this if you add C files to link with later: # 'OBJECT' => '$(O_FILES)', # link all the C files too ); diff --git a/ext/POSIX/Makefile.PL b/ext/POSIX/Makefile.PL index 04ba745..ae00b04 100644 --- a/ext/POSIX/Makefile.PL +++ b/ext/POSIX/Makefile.PL @@ -10,7 +10,8 @@ WriteMakefile( @libs, MAN3PODS => {}, # Pods will be built by installman. XSPROTOARG => '-noprototypes', # XXX remove later? - VERSION_FROM => 'POSIX.pm', + VERSION_FROM => 'POSIX.pm', + realclean => {FILES=> 'const-c.inc const-xs.inc'}, ); my @names = diff --git a/ext/Socket/Makefile.PL b/ext/Socket/Makefile.PL index 19f0acd..e543689 100644 --- a/ext/Socket/Makefile.PL +++ b/ext/Socket/Makefile.PL @@ -7,6 +7,7 @@ WriteMakefile( ($Config{libs} =~ /(-lsocks\S*)/ ? (LIBS => [ "$1" ] ) : ()), MAN3PODS => {}, # Pods will be built by installman. XSPROTOARG => '-noprototypes', # XXX remove later? + realclean => {FILES=> 'const-c.inc const-xs.inc'}, ); my @names = (qw(AF_802 AF_AAL AF_APPLETALK AF_CCITT AF_CHAOS AF_CTF AF_DATAKIT AF_DECnet AF_DLI AF_ECMA AF_GOSIP AF_HYLINK diff --git a/ext/Sys/Syslog/Makefile.PL b/ext/Sys/Syslog/Makefile.PL index 1a5f1fc..5a5da6f 100644 --- a/ext/Sys/Syslog/Makefile.PL +++ b/ext/Sys/Syslog/Makefile.PL @@ -6,6 +6,7 @@ WriteMakefile( VERSION_FROM => 'Syslog.pm', MAN3PODS => {}, # Pods will be built by installman. XSPROTOARG => '-noprototypes', + realclean => {FILES=> 'const-c.inc const-xs.inc'}, ); # We hope syslogd understands /dev/log.