diff options
author | Tony Theodore <tonyt@logyst.com> | 2013-07-14 10:21:19 (GMT) |
---|---|---|
committer | Tony Theodore <tonyt@logyst.com> | 2013-07-14 10:21:19 (GMT) |
commit | b009e1f19fb6d9eab052c0462f52b90da26ff1d9 (patch) | |
tree | e03761a76e04867010cb57b5a5d84dfd7a02d52d /Makefile | |
parent | 7752f2240f8b5e41ae094cb4016464eb8d13ae08 (diff) | |
download | mxe-b009e1f19fb6d9eab052c0462f52b90da26ff1d9.zip mxe-b009e1f19fb6d9eab052c0462f52b90da26ff1d9.tar.gz mxe-b009e1f19fb6d9eab052c0462f52b90da26ff1d9.tar.bz2 |
Makefile: log OSX software version
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -245,7 +245,7 @@ build-only-$(1)_$(3): $(and $(value $(1)_BUILD),$(findstring undefined,$(origin $(1)_BUILD_$(3))))), uname -a git show-branch --list --reflog=1 - lsb_release -a 2>/dev/null || true + lsb_release -a 2>/dev/null || sw_vers 2>/dev/null || true rm -rf '$(2)' mkdir -p '$(2)' cd '$(2)' && $(call UNPACK_PKG_ARCHIVE,$(1)) |