summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTony Theodore <tonyt@logyst.com>2015-11-30 03:51:46 (GMT)
committerTony Theodore <tonyt@logyst.com>2015-11-30 03:51:46 (GMT)
commit88859e7a0f7c3e39a9ca85d386a85245ac95a0c3 (patch)
tree4afa4ba9386dbc13eb2f40db676a0cc4558fcd9f
parentd6e2ad38053a9c45c1f62094b63001a195103276 (diff)
downloadmxe-88859e7a0f7c3e39a9ca85d386a85245ac95a0c3.zip
mxe-88859e7a0f7c3e39a9ca85d386a85245ac95a0c3.tar.gz
mxe-88859e7a0f7c3e39a9ca85d386a85245ac95a0c3.tar.bz2
pthreads, qt5: remove unnecessary *_UPDATE boilerplate
-rw-r--r--src/pthreads.mk4
-rw-r--r--src/qt5.mk1
2 files changed, 0 insertions, 5 deletions
diff --git a/src/pthreads.mk b/src/pthreads.mk
index e8b1a89..d69b3b9 100644
--- a/src/pthreads.mk
+++ b/src/pthreads.mk
@@ -8,10 +8,6 @@ PKG := pthreads
$(PKG)_VERSION := POSIX 1003.1-2001
$(PKG)_DEPS := gcc
-define $(PKG)_UPDATE
- echo $(pthreads_VERSION)
-endef
-
define $(PKG)_BUILD
# install and test pkg-config
$(INSTALL) -d '$(PREFIX)/$(TARGET)/lib/pkgconfig'
diff --git a/src/qt5.mk b/src/qt5.mk
index 570c422..d8389ed 100644
--- a/src/qt5.mk
+++ b/src/qt5.mk
@@ -3,7 +3,6 @@
PKG := qt5
$(PKG)_VERSION = $(qtbase_VERSION)
-$(PKG)_UPDATE = echo $(qtbase_VERSION)
$(PKG)_DEPS := $(patsubst $(TOP_DIR)/src/%.mk,%,\
$(shell grep -l 'DEPS.*qtbase' \
$(TOP_DIR)/src/qt*.mk \