diff options
author | Tony Theodore <tonyt@logyst.com> | 2015-09-07 05:28:25 (GMT) |
---|---|---|
committer | Tony Theodore <tonyt@logyst.com> | 2015-09-07 05:28:25 (GMT) |
commit | c97cc62e1a1f645537ab08aea3b4a051b0fe9815 (patch) | |
tree | cb06c22345f560cd4a77501335084ef3677f1bba /Makefile | |
parent | c694018df47a75161ed3638721bfaffc09eb0f4d (diff) | |
download | mxe-c97cc62e1a1f645537ab08aea3b4a051b0fe9815.zip mxe-c97cc62e1a1f645537ab08aea3b4a051b0fe9815.tar.gz mxe-c97cc62e1a1f645537ab08aea3b4a051b0fe9815.tar.bz2 |
Makefile: log autoconf and automake versions
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -394,6 +394,8 @@ build-only-$(1)_$(3): uname -a git show-branch --list --reflog=1 lsb_release -a 2>/dev/null || sw_vers 2>/dev/null || true + autoconf --version 2>/dev/null | head -1 + automake --version 2>/dev/null | head -1 rm -rf '$(2)' mkdir -p '$(2)' cd '$(2)' && $(call UNPACK_PKG_ARCHIVE,$(1)) |