From: Jarkko Hietaniemi <jhi@iki.fi> Date: Sun, 20 Jan 2002 16:40:34 +0000 (+0000) Subject: Eradicate sharedsv.* X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=b7491e57135e2ad2a84ac0cb80916ea08e497f99;p=p5sagit%2Fp5-mst-13.2.git Eradicate sharedsv.* p4raw-id: //depot/perlio@14356 --- diff --git a/NetWare/Makefile b/NetWare/Makefile index ec39238..a1c7e51 100644 --- a/NetWare/Makefile +++ b/NetWare/Makefile @@ -690,7 +690,6 @@ MICROCORE_SRC = \ ..\regexec.c \ ..\run.c \ ..\scope.c \ - ..\sharedsv.c \ ..\sv.c \ ..\taint.c \ ..\toke.c \ @@ -744,7 +743,6 @@ CORE_NOCFG_H = \ ..\proto.h \ ..\regexp.h \ ..\scope.h \ - ..\sharedsv.h \ ..\sv.h \ ..\thread.h \ ..\unixish.h \ diff --git a/vos/build.cm b/vos/build.cm index 4bdd976..20592ad 100644 --- a/vos/build.cm +++ b/vos/build.cm @@ -191,8 +191,6 @@ &if (command_status) ^= 0 &then &return !&compiler& <<sv.c &diag& &cpu& &cflags& -o sv&s& &if (command_status) ^= 0 &then &return -!&compiler& <<sharedsv.c &diag& &cpu& &cflags& -o sharedsv&s& -&if (command_status) ^= 0 &then &return !&compiler& <<taint.c &diag& &cpu& &cflags& -o taint&s& &if (command_status) ^= 0 &then &return !&compiler& <<toke.c &diag& &cpu& &cflags& -o toke&s& @@ -217,7 +215,7 @@ !ar rc perl.a av.o deb.o doio.o doop.o dump.o globals.o gv.o hv.o locale.o &+ mg.o numeric.o op.o perl.o perlapi.o perlio.o perly.o pp.o pp_ctl.o &+ pp_hot.o pp_pack.o pp_sort.o pp_sys.o regcomp.o regexec.o run.o scope.o &+ - sharedsv.o sv.o taint.o toke.o universal.o utf8.o util.o xsutils.o + sv.o taint.o toke.o universal.o utf8.o util.o xsutils.o !delete_file *.o -no_ask -brief &end &else &do diff --git a/win32/Makefile b/win32/Makefile index 086a29e..b1c7bee 100644 --- a/win32/Makefile +++ b/win32/Makefile @@ -490,7 +490,6 @@ MICROCORE_SRC = \ ..\regexec.c \ ..\run.c \ ..\scope.c \ - ..\sharedsv.c \ ..\sv.c \ ..\taint.c \ ..\toke.c \ @@ -553,7 +552,6 @@ CORE_NOCFG_H = \ ..\proto.h \ ..\regexp.h \ ..\scope.h \ - ..\sharedsv.h \ ..\sv.h \ ..\thread.h \ ..\unixish.h \ diff --git a/wince/Makefile.ce b/wince/Makefile.ce index 343095e..e5fefa9 100644 --- a/wince/Makefile.ce +++ b/wince/Makefile.ce @@ -517,7 +517,6 @@ MICROCORE_SRC = \ ..\regexec.c \ ..\run.c \ ..\scope.c \ - ..\sharedsv.c \ ..\sv.c \ ..\taint.c \ ..\toke.c \ @@ -569,7 +568,6 @@ CORE_NOCFG_H = \ ..\proto.h \ ..\regexp.h \ ..\scope.h \ - ..\sharedsv.h \ ..\sv.h \ ..\thread.h \ ..\unixish.h \ @@ -966,7 +964,6 @@ $(DLLDIR)\regcomp.obj \ $(DLLDIR)\regexec.obj \ $(DLLDIR)\run.obj \ $(DLLDIR)\scope.obj \ -$(DLLDIR)\sharedsv.obj \ $(DLLDIR)\sv.obj \ $(DLLDIR)\taint.obj \ $(DLLDIR)\toke.obj \