diff options
author | Volker Grabsch <vog@notjusthosting.com> | 2009-10-08 23:23:39 (GMT) |
---|---|---|
committer | Volker Grabsch <vog@notjusthosting.com> | 2009-10-08 23:23:39 (GMT) |
commit | 1bafae2e8f5a869597147221e7cfc649358282d1 (patch) | |
tree | af1a57336868eafccbeb9b5553a2952ed9d67fe6 | |
parent | fbbab1d70cfbd8bfb6249ef9f713086956ab9506 (diff) | |
download | mxe-1bafae2e8f5a869597147221e7cfc649358282d1.zip mxe-1bafae2e8f5a869597147221e7cfc649358282d1.tar.gz mxe-1bafae2e8f5a869597147221e7cfc649358282d1.tar.bz2 |
improved status output
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -77,7 +77,7 @@ UNPACK_PKG_ARCHIVE = \ $(call UNPACK_ARCHIVE,$(PKG_DIR)/$($(1)_FILE)) PKG_CHECKSUM = \ - openssl sha1 '$(PKG_DIR)/$($(1)_FILE)' | $(SED) -n 's,^.*\([0-9a-f]\{40\}\)$$,\1,p' + openssl sha1 '$(PKG_DIR)/$($(1)_FILE)' 2>/dev/null | $(SED) -n 's,^.*\([0-9a-f]\{40\}\)$$,\1,p' CHECK_PKG_ARCHIVE = \ [ '$($(1)_CHECKSUM)' == "`$$(call PKG_CHECKSUM,$(1))`" ] |