Eradicate sharedsv.*
Jarkko Hietaniemi [Sun, 20 Jan 2002 16:40:34 +0000 (16:40 +0000)]
p4raw-id: //depot/perlio@14356

NetWare/Makefile
vos/build.cm
win32/Makefile
wince/Makefile.ce

index ec39238..a1c7e51 100644 (file)
@@ -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    \
index 4bdd976..20592ad 100644 (file)
 &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&
  !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
index 086a29e..b1c7bee 100644 (file)
@@ -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    \
index 343095e..e5fefa9 100644 (file)
@@ -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 \