summaryrefslogtreecommitdiff
path: root/NetWare
diff options
context:
space:
mode:
authorSteve Hay <steve.m.hay@googlemail.com>2015-02-18 08:26:36 +0000
committerSteve Hay <steve.m.hay@googlemail.com>2015-02-18 08:26:36 +0000
commitc67aee7a0ec313b3a0ea285a77b3cda5496f4e17 (patch)
tree485e6c533cc20e9a89de5cfe839ca1b7530e5d56 /NetWare
parent7d78c51a505cbafa404de787e640a4ad76839a16 (diff)
downloadperl-c67aee7a0ec313b3a0ea285a77b3cda5496f4e17.tar.gz
Remove some remnants of x2p, which was removed by commit e5a8a0fbd7
References to PERL_FOR_X2P probably have to stay in case any third-party code is #defining it. Likewise, NO_PERL_TYPEDEFS in vms/vmsish.h has to stay because it actually is used by App::a2p. Cross/Makefile.SH.patch still needs regenerating since it contains references to x2p in the top-level Makefile.SH which were removed by e5a8a0fbd7. A few other references to x2p/a2p/find2p/s2p still remain, which I am less sure about removing, plus some others in documentation which should stay anyway.
Diffstat (limited to 'NetWare')
-rw-r--r--NetWare/Makefile62
1 files changed, 2 insertions, 60 deletions
diff --git a/NetWare/Makefile b/NetWare/Makefile
index 8537c7941e..04ad69202f 100644
--- a/NetWare/Makefile
+++ b/NetWare/Makefile
@@ -653,7 +653,6 @@ PERLIMPLIB = ..\perl.lib
MINIPERL = ..\miniperl.exe
CONFIGPM = ..\lib\Config.pm
MINIMOD = ..\lib\ExtUtils\Miniperl.pm
-X2P = ..\x2p\a2p.nlm
PL2BAT = ..\win32\bin\pl2bat.pl
@@ -670,9 +669,7 @@ UTILS = \
..\pod\pod2text \
..\pod\pod2usage \
..\pod\podchecker \
- ..\pod\podselect \
- ..\x2p\find2perl \
- ..\x2p\s2p
+ ..\pod\podselect
MAKE = nmake -nologo
#NMAKE = $(C_COMPILER) $(INCLUDE) $(NLM_INCLUDES) $(COMPLER_FLAGS) $(ADD_LOCDEFS) $(ERROR_FLAG) $(*F).c -o $@
@@ -738,13 +735,6 @@ NW_SRC = $(NW_SRC) .\$(CRYPT_SRC)
DLL_SRC = $(DYNALOADER).c
-X2P_SRC = \
- ..\x2p\a2p.c \
- ..\x2p\hash.c \
- ..\x2p\str.c \
- ..\x2p\util.c \
- ..\x2p\walk.c
-
CORE_NOCFG_H = \
..\av.h \
..\cop.h \
@@ -783,7 +773,6 @@ CORE_NOCFG_H = \
CORE_H = $(CORE_NOCFG_H) .\config.h
DLL_OBJ = $(DLL_SRC:.c=.obj)
-X2P_OBJ = $(X2P_SRC:.c=.obj)
DYNAMIC_EXT = Socket IO Fcntl Opcode SDBM_File POSIX attributes B re \
Data/Dumper Devel/Peek ByteLoader File/Glob \
@@ -891,47 +880,6 @@ $(MINIPERL) :
$(MINIMOD) : $(MINIPERL) ..\minimod.pl
cd .. && miniperl minimod.pl > lib\ExtUtils\Miniperl.pm
-..\x2p\a2p$(o) : ..\x2p\a2p.c
- @echo $(MPKMESSAGE)...$(BLDMESG)...$@
- $(C_COMPILER) $(COMPLER_FLAGS) $(NLM_INCLUDES) -I..\x2p $(ADD_LOCDEFS) $(ERROR_FLAG) $*.c -o $@
- @echo Built $(@)
-
-..\x2p\hash$(o) : ..\x2p\hash.c
- @echo $(MPKMESSAGE)...$(BLDMESG)...$@
- $(C_COMPILER) $(COMPLER_FLAGS) $(NLM_INCLUDES) -I..\x2p $(ADD_LOCDEFS) $(ERROR_FLAG) $*.c -o $@
- @echo Built $(@)
-
-..\x2p\str$(o) : ..\x2p\str.c
- @echo $(MPKMESSAGE)...$(BLDMESG)...$@
- $(C_COMPILER) $(COMPLER_FLAGS) $(NLM_INCLUDES) -I..\x2p $(ADD_LOCDEFS) $(ERROR_FLAG) $*.c -o $@
- @echo Built $(@)
-
-..\x2p\util$(o) : ..\x2p\util.c
- @echo $(MPKMESSAGE)...$(BLDMESG)...$@
- $(C_COMPILER) $(COMPLER_FLAGS) $(NLM_INCLUDES) -I..\x2p $(ADD_LOCDEFS) $(ERROR_FLAG) $*.c -o $@
- @echo Built $(@)
-
-..\x2p\walk$(o) : ..\x2p\walk.c
- @echo $(MPKMESSAGE)...$(BLDMESG)...$@
- $(C_COMPILER) $(COMPLER_FLAGS) $(NLM_INCLUDES) -I..\x2p $(ADD_LOCDEFS) $(ERROR_FLAG) $*.c -o $@
- @echo Built $(@)
-
-$(X2P) : $(MINIPERL) $(X2P_OBJ)
- @echo Building $@..........
- $(MINIPERL) ..\x2p\find2perl.PL
- $(MINIPERL) ..\x2p\s2p.PL
-# Linker definitions and lining come here for CODEWARRIOR
- @echo $(BASE_IMPORT_FILES) > $*.def
- @echo MODULE clib >> $*.def
- @echo Import @perl.imp >> $*.def
-!ifdef USE_XDC
- $(MPKTOOL) $(XDCFLAGS) $*.xdc
- @echo Import Mp.imp >> $*.def
- @echo xdcdata $*.xdc >> $*.def
-!endif
-## $(LINK) $(LDFLAGS) $(BS_CFLAGS) -desc "Awk to Perl Translator" $(X2P_OBJ) $(BLDDIR)\clibstuf.obj -commandfile $*.def -o $@
- $(LINK) $(LDFLAGS) -desc "Awk to Perl Translator" $(X2P_OBJ) $(BLDDIR)\clibstuf.obj -commandfile $*.def -o $@
-
$(EXTDIR)\DynaLoader\dl_netware.xs: dl_netware.xs
copy dl_netware.xs $(EXTDIR)\DynaLoader\dl_netware.xs
@@ -1357,7 +1305,7 @@ nwclean:
-del /f /q *.obj *.map *.link *.options *.nlm *.sym *.xdc *.err *.lib *.def *.pdb *.bs
cd ..\..\
-utils: $(BLDDIR)\$(NLM_NAME8).$(NLM_EXT) $(X2P)
+utils: $(BLDDIR)\$(NLM_NAME8).$(NLM_EXT)
cd ..\utils
$(MAKE) PERL=$(MINIPERL)
cd ..\pod
@@ -1402,11 +1350,6 @@ distclean: clean nwclean
-del /f /q h2ph splain perlbug pl2pm c2ph h2xs perldoc
-del /f /q *.bat
cd ..\netware
- cd ..\x2p
- -del /f /q find2perl s2p
- -del /f /q *.bat *.exe
- -del /f /q *.obj *.map *.link *.xdc *.err
- cd ..\netware
-del /f /q ..\config.sh ..\splittree.pl dlutils.c config.h.new
-del /f /q $(CONFIGPM)
-del /f /q bin\*.bat
@@ -1463,4 +1406,3 @@ clean :
-@erase $(DLL_OBJ)
-@erase ..\*$(o) ..\*.lib ..\*.exp *$(o) *.lib *.exp *.res
-@erase ..\t\*.exe ..\t\*.dll ..\t\*.bat
- -@erase ..\x2p\*.nlm ..\x2p\*.bat