Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

[perl.git] branch blead, updated. v5.11.2-61-g58fa074

0 views
Skip to first unread message

Rafael Garcia-Suarez

unread,
Nov 24, 2009, 4:29:54 AM11/24/09
to perl5-...@perl.org
In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/58fa074c95937d22a584fe789986e618c9fec5ff?hp=36ff7f95732aeec6ca1f7152b75dbedf5ce669d1>

- Log -----------------------------------------------------------------
commit 58fa074c95937d22a584fe789986e618c9fec5ff
Author: Rafael Garcia-Suarez <r...@consttype.org>
Date: Tue Nov 24 10:18:20 2009 +0100

Specify in Makefile what generates pod/perluniprops.pod
-----------------------------------------------------------------------

Summary of changes:
Makefile.SH | 2 +-
win32/Makefile | 2 +-
win32/makefile.mk | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/Makefile.SH b/Makefile.SH
index 3a42516..0f9c18b 100644
--- a/Makefile.SH
+++ b/Makefile.SH
@@ -982,7 +982,7 @@ $(plextract): $(MINIPERL_EXE) $(CONFIGPM) x2p/s2p $(dynamic_ext)
x2p/s2p: $(MINIPERL_EXE) $(CONFIGPM) $(dynamic_ext) x2p/s2p.PL
cd x2p; $(LDLIBPTH) $(MAKE) s2p

-unidatafiles $(unidatafiles): uni.data
+unidatafiles $(unidatafiles) pod/perluniprops.pod: uni.data

uni.data: $(MINIPERL_EXE) $(CONFIGPM) lib/unicore/mktables $(nonxs_ext)
$(MINIPERL) $(Icwd) lib/unicore/mktables -C lib/unicore -P pod -T t/re/uniprops.t -p
diff --git a/win32/Makefile b/win32/Makefile
index 0f808c6..d8982a7 100644
--- a/win32/Makefile
+++ b/win32/Makefile
@@ -1232,7 +1232,7 @@ installhtml : doc
inst_lib : $(CONFIGPM)
$(RCOPY) ..\lib $(INST_LIB)\*.*

-$(UNIDATAFILES) : $(MINIPERL) $(CONFIGPM) ..\lib\unicore\mktables Extensions_nonxs
+$(UNIDATAFILES) ..\pod\perluniprops.pod : $(MINIPERL) $(CONFIGPM) ..\lib\unicore\mktables Extensions_nonxs
cd ..\lib\unicore && \
..\$(MINIPERL) -I.. -I..\..\cpan\Cwd\lib -I..\..\cpan\Cwd mktables -check $@ $(FIRSTUNIFILE)

diff --git a/win32/makefile.mk b/win32/makefile.mk
index 1ea7edb..43bdf85 100644
--- a/win32/makefile.mk
+++ b/win32/makefile.mk
@@ -1605,7 +1605,7 @@ installhtml : doc
inst_lib : $(CONFIGPM)
$(RCOPY) ..\lib $(INST_LIB)\*.*

-$(UNIDATAFILES) .UPDATEALL : $(MINIPERL) $(CONFIGPM) ..\lib\unicore\mktables Extensions_nonxs
+$(UNIDATAFILES) ..\pod\perluniprops.pod .UPDATEALL : $(MINIPERL) $(CONFIGPM) ..\lib\unicore\mktables Extensions_nonxs
cd ..\lib\unicore && \
..\$(MINIPERL) -I.. -I..\..\cpan\Cwd\lib -I..\..\cpan\Cwd mktables

--
Perl5 Master Repository

0 new messages