Skip to content

Commit

Permalink
Split tar and bzip2 because of hang in Windows 10
Browse files Browse the repository at this point in the history
  • Loading branch information
Dave committed Apr 23, 2021
1 parent 44da1fb commit f199e31
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ all: clean print_info
--exclude=CMSIS/Utilities \
--exclude=CMSIS/DSP/Examples \
--exclude=.git \
-cjf "$(PACKAGE_NAME)-$(PACKAGE_VERSION).tar.bz2" "$(PACKAGE_FOLDER)"
-cf "$(PACKAGE_NAME)-$(PACKAGE_VERSION).tar" "$(PACKAGE_FOLDER)"
bzip2 "$(PACKAGE_NAME)-$(PACKAGE_VERSION).tar"
$(MAKE) --no-builtin-rules postpackaging -C .
@echo ----------------------------------------------------------

Expand Down

0 comments on commit f199e31

Please sign in to comment.