We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70ffbf3 commit a636039Copy full SHA for a636039
1 file changed
STM32/src/Makefile
@@ -53,7 +53,7 @@ core: clean print_info
53
-cjf "$(PACKAGE_NAME)-$(PACKAGE_VERSION).tar.bz2" "$(PACKAGE_FOLDER)"
54
@-$(RM) $(PACKAGE_FOLDER)/package_version.txt
55
@git --git-dir=$(PACKAGE_FOLDER)/.git checkout .
56
- $(MAKE) PACKAGE_NAME=$(PACKAGE_NAME) PACKAGE_VERSION=$(PACKAGE_VERSION) PACKAGE_FOLDER="$(PACKAGE_FOLDER)" --no-builtin-rules postpackaging_core -C .
+ $(MAKE) PACKAGE_NAME=$(PACKAGE_NAME) PACKAGE_VERSION=$(PACKAGE_VERSION) PACKAGE_FOLDER=$(PACKAGE_FOLDER) --no-builtin-rules postpackaging_core -C .
57
@echo ----------------------------------------------------------
58
59
tools: PACKAGE_NAME := STM32Tools
0 commit comments