@@ -40,30 +40,13 @@ endif
4040# end of packaging specific
4141# -----------------------------------------------------------------------------
4242
43- .PHONY : all clean cmsis cmsis5 print_info postpackaging
43+ .PHONY : all clean cmsis5 print_info postpackaging
4444
4545# Arduino module packaging:
4646# - exclude version control system files, here git files and folders .git, .gitattributes and .gitignore
4747# - exclude 'extras' folder
48- all : cmsis cmsis5
48+ all : cmsis5
4949
50- cmsis : PACKAGE_VERSION := 4.5.0
51- cmsis : PACKAGE_FOLDER := CMSIS
52- cmsis : clean print_info
53- @echo ----------------------------------------------------------
54- @echo " Packaging module."
55- @tar --exclude=./.gitattributes \
56- --exclude=./.travis.yml \
57- --exclude=CMSIS/index.html \
58- --exclude=CMSIS/Documentation \
59- --exclude=CMSIS/Pack \
60- --exclude=CMSIS/Utilities \
61- --exclude=CMSIS/DSP_Lib/Examples \
62- --exclude=Device/ARM/Documents \
63- --exclude=.git \
64- -cjf " $( PACKAGE_NAME) -$( PACKAGE_VERSION) .tar.bz2" " $( PACKAGE_FOLDER) "
65- $(MAKE ) PACKAGE_VERSION=$(PACKAGE_VERSION ) --no-builtin-rules postpackaging -C .
66- @echo ----------------------------------------------------------
6750
6851cmsis5 : PACKAGE_FOLDER := CMSIS_5
6952cmsis5 : PACKAGE_VERSION := $(shell git --git-dir=$(PACKAGE_FOLDER ) /.git describe --tags)
0 commit comments