Makefile: log OSX software version

This commit is contained in:
Tony Theodore 2013-07-14 20:21:19 +10:00
parent 7752f2240f
commit b009e1f19f
1 changed files with 1 additions and 1 deletions

View File

@ -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))