Change 29497 by [EMAIL PROTECTED] on 2006/12/10 02:23:10
Subject: Re: [PATCH 5.8.8] Build on OS/2 - missing part
From: Ilya Zakharevich <[EMAIL PROTECTED]>
Date: Sat, 9 Dec 2006 16:33:41 -0800
Message-ID: <[EMAIL PROTECTED]>
Affected files ...
... //depot/perl/Makefile.SH#369 edit
... //depot/perl/os2/Makefile.SHs#37 edit
Differences ...
==== //depot/perl/Makefile.SH#369 (text) ====
Index: perl/Makefile.SH
--- perl/Makefile.SH#368~29455~ 2006-12-04 07:38:05.000000000 -0800
+++ perl/Makefile.SH 2006-12-09 18:23:10.000000000 -0800
@@ -569,7 +569,7 @@
MINIPERLEXP = miniperl
perl5.def: $(MINIPERLEXP) makedef.pl config.sh $(SYM) $(SYMH) miniperl.map
- ./$(MINIPERLEXP) makedef.pl PLATFORM=os2 -DPERL_DLL=$(PERL_DLL)
CC_FLAGS="$(OPTIMIZE)" > perl.exp
+ ./$(MINIPERLEXP) makedef.pl PLATFORM=os2 -DPERL_DLL=$(PERL_DLL)
CC_FLAGS="$(OPTIMIZE)" > perl5.def
!NO!SUBS!
;;
==== //depot/perl/os2/Makefile.SHs#37 (text) ====
Index: perl/os2/Makefile.SHs
--- perl/os2/Makefile.SHs#36~25844~ 2005-10-25 04:19:44.000000000 -0700
+++ perl/os2/Makefile.SHs 2006-12-09 18:23:10.000000000 -0800
@@ -71,7 +71,7 @@
emximp -o $@ libperl_override.imp
libperl_dllmain.imp: imp_version
- echo 'main $(PERL_DLL_BASE) dll_perlmain ?' >> $@
+ echo 'main $(PERL_DLL_BASE) dll_perlmain ?' > $@
libperl_dllmain.lib: libperl_dllmain.imp
emximp -o $@ libperl_dllmain.imp
End of Patch.