File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed
Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change 4848all : clean print_info
4949 @echo ----------------------------------------------------------
5050 @echo " Packaging module."
51- tar --transform " s|module|$( PACKAGE_NAME) -$( PACKAGE_VERSION) |g" --exclude=.gitattributes --exclude=.travis.yml --exclude-vcs -cjf " $( PACKAGE_NAME) -$( PACKAGE_VERSION) .tar.bz2" " $( PACKAGE_FOLDER) "
51+ tar --transform " s|module|$( PACKAGE_NAME) -$( PACKAGE_VERSION) |g" \
52+ --exclude=./.gitattributes \
53+ --exclude=./.travis.yml \
54+ --exclude=CMSIS/index.html \
55+ --exclude=CMSIS/Documentation \
56+ --exclude=CMSIS/Pack \
57+ --exclude=CMSIS/Utilities \
58+ --exclude=CMSIS/DSP_Lib/Examples \
59+ --exclude=Device/ARM/Documents \
60+ --exclude-vcs \
61+ -cjf " $( PACKAGE_NAME) -$( PACKAGE_VERSION) .tar.bz2" " $( PACKAGE_FOLDER) "
5262 $(MAKE ) --no-builtin-rules postpackaging -C .
5363 @echo ----------------------------------------------------------
5464
You can’t perform that action at this time.
0 commit comments