summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorVolker Grabsch <vog@notjusthosting.com>2009-10-08 23:23:39 (GMT)
committerVolker Grabsch <vog@notjusthosting.com>2009-10-08 23:23:39 (GMT)
commit1bafae2e8f5a869597147221e7cfc649358282d1 (patch)
treeaf1a57336868eafccbeb9b5553a2952ed9d67fe6 /Makefile
parentfbbab1d70cfbd8bfb6249ef9f713086956ab9506 (diff)
downloadmxe-1bafae2e8f5a869597147221e7cfc649358282d1.zip
mxe-1bafae2e8f5a869597147221e7cfc649358282d1.tar.gz
mxe-1bafae2e8f5a869597147221e7cfc649358282d1.tar.bz2
improved status output
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d33a917..577f1fd 100644
--- a/Makefile
+++ b/Makefile
@@ -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))`" ]