summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorWaldemar Brodkorb <mail@waldemar-brodkorb.de>2017-12-16 21:19:15 +0100
committerGogs <gogs@fake.local>2017-12-16 21:19:15 +0100
commit41f5fc3d3eb0b17faeed0de4ddc736c94054db80 (patch)
tree1ab0227bae2032062ebb12b472057b824ece00b8 /mk
parent3cc1c7ffe340a6b715f4953b69f1395d925225ab (diff)
parent58e09a51829ea7942a17298ae0d606e5003fef19 (diff)
Merge branch 'master' of ableton-dir/openadk into master
Diffstat (limited to 'mk')
-rw-r--r--mk/fetch.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/mk/fetch.mk b/mk/fetch.mk
index b6164c03c..2d3e7d666 100644
--- a/mk/fetch.mk
+++ b/mk/fetch.mk
@@ -81,6 +81,7 @@ $(1):
git clone --progress $${PKG_SITES} $${PKG_NAME}-$${PKG_VERSION} $(DL_TRACE); \
if [ $$$$? -ne 0 ]; then echo "git clone error"; exit 1; fi; \
(cd $${PKG_NAME}-$${PKG_VERSION}; git checkout $${PKG_VERSION}) $(DL_TRACE); \
+ if [ $$$$? -ne 0 ]; then echo "git checkout error"; exit 1; fi; \
;; \
esac ;\
else \