In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/c35c732cc15ba8024952beb3dc61de5c1cf13f6d?hp=7f15aad6d6ce55cbcb53d92c3f7cbbbbde2fd96f>

- Log -----------------------------------------------------------------
commit c35c732cc15ba8024952beb3dc61de5c1cf13f6d
Author: Andy Dougherty <[email protected]>
Date:   Mon Jun 2 12:48:48 2014 -0400

    Remove undefined Makefile.SH 'translators' target for x2p.
    
    Since x2p has been removed, there is no translators target in the
    Makefile, but it was still referenced in some definitions.  This was a
    fatal error for Solaris make.
-----------------------------------------------------------------------

Summary of changes:
 Makefile.SH | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/Makefile.SH b/Makefile.SH
index e6c3eb7..8c6221a 100755
--- a/Makefile.SH
+++ b/Makefile.SH
@@ -345,7 +345,7 @@ DYNALOADER = DynaLoader\$(OBJ_EXT)
 
 libs = $perllibs $cryptlib
 
-public = \$(PERL_EXE) utilities translators
+public = \$(PERL_EXE) utilities
 
 shellflags = $shellflags
 
@@ -569,7 +569,7 @@ all: $(FIRSTMAKEFILE) $(MINIPERL_EXE) $(generated_pods) 
$(private) $(unidatafile
        @echo " ";
        @echo " Everything is up to date. Type '$(MAKE) test' to run test 
suite."
 
-.PHONY: all translators utilities
+.PHONY: all utilities
 
 # Both git_version.h and lib/Config_git.pl are built
 # by make_patchnum.pl.
@@ -583,7 +583,7 @@ perl$(OBJ_EXT): git_version.h
 
 !NO!SUBS!
 
-# Making utilities and translators require Cwd.  If we have dynamic
+# Making utilities requires Cwd.  If we have dynamic
 # loading, we only need miniperl and Cwd.$dlext.  If we have static
 # loading, we need to build perl first.
 case "$usedl$static_cwd" in

--
Perl5 Master Repository

Reply via email to