#14 fail when checking out git repository and commit doesn't exist

병합
wbx ableton-dir/master 에서 oss/master 로 1 commits 를 머지했습니다 6 년 전
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      mk/fetch.mk

+ 1 - 0
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 \