Skip to content

Commit 156c83c

Browse files
committed
Change tools packaging
remove useless tools/ directory. Aligned with STM8 core 1.0.0 release. Signed-off-by: Frederic Pillon <[email protected]>
1 parent 2b26916 commit 156c83c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

STM8/src/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ tools: clean print_info
5858
--exclude=.gitattributes \
5959
--exclude=.github \
6060
--exclude=.gitignore \
61-
--transform "s|$(PACKAGE_FOLDER)|$(PACKAGE_NAME)/tools|" \
61+
--transform "s|$(PACKAGE_FOLDER)|$(PACKAGE_NAME)|" \
6262
-cjf "$(PACKAGE_NAME)-$(PACKAGE_VERSION)-windows.tar.bz2" "$(PACKAGE_FOLDER)"
6363
@-$(RM) $(PACKAGE_FOLDER)/package_version.txt
6464
"$(MAKE)" PACKAGE_NAME=$(PACKAGE_NAME) PACKAGE_VERSION=$(PACKAGE_VERSION) --no-builtin-rules postpackaging_tools -C .

0 commit comments

Comments
 (0)