File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -342,6 +342,8 @@ zwa_dir?=${zwa_project}
342342
343343${CURDIR}/tmp/${zwa_file} :
344344 @echo " TODO: https://github.com/Z-Wave-Alliance/z-wave-stack-binaries/issues/2"
345+ gh auth status || gh auth login
346+ gh auth status || echo " Please download ${zwa_url} to $@ "
345347 mkdir -p ${@ D} && cd ${@ D} \
346348 && gh release download \
347349 --repo " ${zwa_url} " --pattern " ${zwa_file} " \
@@ -351,13 +353,13 @@ ${zwa_dir}: ${CURDIR}/tmp/${zwa_file}
351353 mkdir -p " $@ "
352354 tar xfa " $<" -C " $@ "
353355
354- zwa/setup : ${zwa_project }
355- ls ${zwa_project }
356+ zwa/setup : ${zwa_dir }
357+ ls ${< }
356358
357359mapdir? =applications/zpc/components/dotdot_mapper/rules
358360datastore_file? =tmp.db
359361cache_path? =tmp/cache/ota
360- zwa/test : ./scripts/tests/z-wave-stack-binaries-test.sh ${zwa_dir}
362+ zwa/test : ./scripts/tests/z-wave-stack-binaries-test.sh
361363 -reset
362364 rm -fv ${datastore_file} * .tmp
363365 mkdir -p ${cache_path}
You can’t perform that action at this time.
0 commit comments