CI: Fix git.mk & post a quick flash link on PR builds (#670)

* CI: Fix git.mk & post a quick flash link on PR builds
* Makefile: optimize shell invocation in git helper, conditional dependency load.
* Github: better variable naming

Co-authored-by: Aleksandr Kutuzov <alleteam@gmail.com>
This commit is contained in:
Anna Prosvetova
2021-08-26 20:59:23 +03:00
committed by GitHub
parent dd8a90957f
commit 08f7a290a4
4 changed files with 62 additions and 32 deletions

View File

@@ -127,4 +127,6 @@ generate_cscope_db:
@rm -rf $(OBJ_DIR)/source.list $(OBJ_DIR)/source.list.p
ifneq ("$(wildcard $(OBJ_DIR)/*.d)","")
-include $(DEPS)
endif