This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Re: [ID 20020305.026] Not OK: perl v5.7.3 +DEVEL15046 on sun4-solaris 2.7
authorNicholas Clark <nick@ccl4.org>
Tue, 19 Mar 2002 21:52:47 +0000 (21:52 +0000)
committerJarkko Hietaniemi <jhi@iki.fi>
Tue, 19 Mar 2002 21:10:29 +0000 (21:10 +0000)
Message-ID: <20020319215246.GC311@Bagpuss.unfortu.net>

p4raw-id: //depot/perl@15338

ext/Fcntl/Makefile.PL
ext/File/Glob/Makefile.PL
ext/GDBM_File/Makefile.PL
ext/I18N/Langinfo/Makefile.PL
ext/POSIX/Makefile.PL
ext/Socket/Makefile.PL
ext/Sys/Syslog/Makefile.PL

index d9551a9..23465b9 100644 (file)
@@ -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
index 3cf83f1..0d4267a 100644 (file)
@@ -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',
index abdceec..c0824c7 100644 (file)
@@ -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',
index 730a45f..b307aca 100644 (file)
@@ -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
 );
index 04ba745..ae00b04 100644 (file)
@@ -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 =
index 19f0acd..e543689 100644 (file)
@@ -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
index 1a5f1fc..5a5da6f 100644 (file)
@@ -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.