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 48
48
all : clean print_info
49
49
@echo ----------------------------------------------------------
50
50
@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) "
52
62
$(MAKE ) --no-builtin-rules postpackaging -C .
53
63
@echo ----------------------------------------------------------
54
64
You can’t perform that action at this time.
0 commit comments