diff options
author | Jerry D. Hedden <jdhedden@cpan.org> | 2007-04-30 13:06:28 -0400 |
---|---|---|
committer | Steve Hay <SteveHay@planit.com> | 2007-05-02 08:43:08 +0000 |
commit | 47f9f84cc98b8a5779f47ca8a12283098d2816e4 (patch) | |
tree | b39025ba2f6fc9f549813cffe63cd2b380bddcf2 /win32 | |
parent | 4964fccb418626bbfc96e446747345a4f3e41961 (diff) | |
download | perl-47f9f84cc98b8a5779f47ca8a12283098d2816e4.tar.gz |
Remove ext/Thread
From: "Jerry D. Hedden" <jdhedden@cpan.org>
Message-ID: <1ff86f510704301406t6373912ame78fea5c7a148cf4@mail.gmail.com>
p4raw-id: //depot/perl@31114
Diffstat (limited to 'win32')
-rw-r--r-- | win32/Makefile | 1 | ||||
-rw-r--r-- | win32/Makefile.ce | 2 | ||||
-rw-r--r-- | win32/ce-helpers/cecopy-lib.pl | 1 | ||||
-rw-r--r-- | win32/config.bc | 2 | ||||
-rw-r--r-- | win32/config.ce | 2 | ||||
-rw-r--r-- | win32/config.gc | 2 | ||||
-rw-r--r-- | win32/config.vc | 2 | ||||
-rw-r--r-- | win32/config.vc64 | 2 | ||||
-rw-r--r-- | win32/config_sh.PL | 6 | ||||
-rw-r--r-- | win32/makefile.mk | 1 |
10 files changed, 8 insertions, 13 deletions
diff --git a/win32/Makefile b/win32/Makefile index 58c17a841e..8a5dc9384a 100644 --- a/win32/Makefile +++ b/win32/Makefile @@ -1146,7 +1146,6 @@ distclean: realclean -del /f $(LIBDIR)\PerlIO\scalar.pm -del /f $(LIBDIR)\PerlIO\via.pm -del /f $(LIBDIR)\Sys\Hostname.pm - -del /f $(LIBDIR)\Thread\Signal.pm $(LIBDIR)\Thread\Specific.pm -del /f $(LIBDIR)\threads\shared.pm -del /f $(LIBDIR)\Time\HiRes.pm -del /f $(LIBDIR)\Unicode\Normalize.pm diff --git a/win32/Makefile.ce b/win32/Makefile.ce index 71aa2c1106..17d333cc97 100644 --- a/win32/Makefile.ce +++ b/win32/Makefile.ce @@ -657,7 +657,7 @@ CORE_NOCFG_H = \ .\include\sys\socket.h \ .\win32.h -DYNAMIC_EXT = Socket IO Fcntl Opcode SDBM_File POSIX attrs Thread B re \ +DYNAMIC_EXT = Socket IO Fcntl Opcode SDBM_File POSIX attrs B re \ Data/Dumper Devel/Peek ByteLoader Devel/DProf File/Glob \ Sys/Hostname diff --git a/win32/ce-helpers/cecopy-lib.pl b/win32/ce-helpers/cecopy-lib.pl index f1cff4dbc9..35bba3b2d7 100644 --- a/win32/ce-helpers/cecopy-lib.pl +++ b/win32/ce-helpers/cecopy-lib.pl @@ -78,7 +78,6 @@ sub BEGIN { Switch.pm Symbol.pm Test.pm - Thread.pm UNIVERSAL.pm utf8.pm vars.pm diff --git a/win32/config.bc b/win32/config.bc index 10a148b863..7a048d0068 100644 --- a/win32/config.bc +++ b/win32/config.bc @@ -519,7 +519,7 @@ dlsrc='dl_win32.xs' doublesize='8' drand01='(rand()/(double)((unsigned)1<<RANDBITS))' drand48_r_proto='0' -dynamic_ext='Socket IO Fcntl Opcode SDBM_File attrs Thread' +dynamic_ext='Socket IO Fcntl Opcode SDBM_File attrs' eagain='EAGAIN' ebcdic='undef' echo='echo' diff --git a/win32/config.ce b/win32/config.ce index c459ac5ca3..23289c7130 100644 --- a/win32/config.ce +++ b/win32/config.ce @@ -521,7 +521,7 @@ dlsrc='dl_win32.xs' doublesize='8' drand01='(rand()/(double)((unsigned)1<<RANDBITS))' drand48_r_proto='0' -dynamic_ext='Socket IO Fcntl Opcode SDBM_File attrs Thread' +dynamic_ext='Socket IO Fcntl Opcode SDBM_File attrs' eagain='EAGAIN' ebcdic='undef' echo='echo' diff --git a/win32/config.gc b/win32/config.gc index cabfcc14b6..5c00c2486b 100644 --- a/win32/config.gc +++ b/win32/config.gc @@ -519,7 +519,7 @@ dlsrc='dl_win32.xs' doublesize='8' drand01='(rand()/(double)((unsigned)1<<RANDBITS))' drand48_r_proto='0' -dynamic_ext='Socket IO Fcntl Opcode SDBM_File attrs Thread' +dynamic_ext='Socket IO Fcntl Opcode SDBM_File attrs' eagain='EAGAIN' ebcdic='undef' echo='echo' diff --git a/win32/config.vc b/win32/config.vc index 4eceeb4b3b..bbd01d6f88 100644 --- a/win32/config.vc +++ b/win32/config.vc @@ -519,7 +519,7 @@ dlsrc='dl_win32.xs' doublesize='8' drand01='(rand()/(double)((unsigned)1<<RANDBITS))' drand48_r_proto='0' -dynamic_ext='Socket IO Fcntl Opcode SDBM_File attrs Thread' +dynamic_ext='Socket IO Fcntl Opcode SDBM_File attrs' eagain='EAGAIN' ebcdic='undef' echo='echo' diff --git a/win32/config.vc64 b/win32/config.vc64 index 1e821bda89..021ba3c8a3 100644 --- a/win32/config.vc64 +++ b/win32/config.vc64 @@ -519,7 +519,7 @@ dlsrc='dl_win32.xs' doublesize='8' drand01='(rand()/(double)((unsigned)1<<RANDBITS))' drand48_r_proto='0' -dynamic_ext='Socket IO Fcntl Opcode SDBM_File attrs Thread' +dynamic_ext='Socket IO Fcntl Opcode SDBM_File attrs' eagain='EAGAIN' ebcdic='undef' echo='echo' diff --git a/win32/config_sh.PL b/win32/config_sh.PL index 98c01eb3c9..21829fd2e3 100644 --- a/win32/config_sh.PL +++ b/win32/config_sh.PL @@ -46,12 +46,10 @@ FindExt::scan_ext("../ext"); FindExt::scan_ext("ext") if -d 'ext'; # also look in win32/ext/ if it exists FindExt::set_static_extensions(split ' ', $opt{'static_ext'}); -my @dynamic_ext = grep(!/Thread/,FindExt::dynamic_ext()); -my @extensions = grep(!/Thread/,FindExt::extensions()); $opt{'nonxs_ext'} = join(' ',FindExt::nonxs_ext()) || ' '; $opt{'static_ext'} = join(' ',FindExt::static_ext()) || ' '; -$opt{'dynamic_ext'} = join(' ',@dynamic_ext) || ' '; -$opt{'extensions'} = join(' ',@extensions) || ' '; +$opt{'dynamic_ext'} = join(' ',FindExt::dynamic_ext()) || ' '; +$opt{'extensions'} = join(' ',FindExt::extensions()) || ' '; $opt{'known_extensions'} = join(' ',FindExt::known_extensions()) || ' '; my $pl_h = '../patchlevel.h'; diff --git a/win32/makefile.mk b/win32/makefile.mk index e5cbc128c2..6698bf7c61 100644 --- a/win32/makefile.mk +++ b/win32/makefile.mk @@ -1471,7 +1471,6 @@ distclean: realclean -del /f $(LIBDIR)\PerlIO\scalar.pm -del /f $(LIBDIR)\PerlIO\via.pm -del /f $(LIBDIR)\Sys\Hostname.pm - -del /f $(LIBDIR)\Thread\Signal.pm $(LIBDIR)\Thread\Specific.pm -del /f $(LIBDIR)\threads\shared.pm -del /f $(LIBDIR)\Time\HiRes.pm -del /f $(LIBDIR)\Unicode\Normalize.pm |