In perl.git, the branch blead has been updated

<https://perl5.git.perl.org/perl.git/commitdiff/c0ad3f089909eceaf6d442a6805e5b46d1fee0e0?hp=1a7108fea1f14e60c0d69b29980183cf21288bef>

- Log -----------------------------------------------------------------
commit c0ad3f089909eceaf6d442a6805e5b46d1fee0e0
Author: Tony Cook <t...@develop-help.com>
Date:   Thu Jun 27 15:00:47 2019 +1000

    (perl #134218) make sure ECHO is defined
    
    This is used in dtrace rules originally needed on FreeBSD,
    which appears to define ECHO to echo by default for Makefiles.
    
    But this isn't the case for Solaris-derived system makes.

-----------------------------------------------------------------------

Summary of changes:
 Makefile.SH | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Makefile.SH b/Makefile.SH
index bd8ac8f2cd..63dff1db05 100755
--- a/Makefile.SH
+++ b/Makefile.SH
@@ -281,6 +281,7 @@ LNS = $lns
 CPS = $cp
 RMS = rm -f
 ranlib = $ranlib
+ECHO = $echo
 
 # The following are mentioned only to make metaconfig include the
 # appropriate questions in Configure.  If you want to change these,

-- 
Perl5 Master Repository

Reply via email to