summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorBoris Nagaev <bnagaev@gmail.com>2016-01-07 14:59:52 (GMT)
committerBoris Nagaev <bnagaev@gmail.com>2016-01-07 14:59:52 (GMT)
commit53a92a86df19b5b764bea0d49a815c7bcd79864c (patch)
tree709c08b7ab29318cff710655a0bfe620fc8365ef /Makefile
parent50d60a20b90c248307d27d597652e2dbd7e43381 (diff)
downloadmxe-53a92a86df19b5b764bea0d49a815c7bcd79864c.zip
mxe-53a92a86df19b5b764bea0d49a815c7bcd79864c.tar.gz
mxe-53a92a86df19b5b764bea0d49a815c7bcd79864c.tar.bz2
print Perl version to log
See https://github.com/mxe/mxe/issues/1108#issuecomment-169556116 See https://github.com/mxe/mxe/issues/1112
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 44a6864..ff76dda 100644
--- a/Makefile
+++ b/Makefile
@@ -510,6 +510,7 @@ build-only-$(1)_$(3):
autoconf --version 2>/dev/null | head -1
automake --version 2>/dev/null | head -1
python --version
+ perl --version 2>&1 | head -3
rm -rf '$(2)'
mkdir -p '$(2)'
$$(if $(value $(call LOOKUP_PKG_RULE,$(1),FILE,$(3))),\