Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Erik Strand
lufa
Commits
d4b45e85
Commit
d4b45e85
authored
Apr 07, 2012
by
Dean Camera
Browse files
Add extra LUFA TAR archive export exclusions.
parent
0fb92f04
Changes
1
Hide whitespace changes
Inline
Side-by-side
LUFA/makefile
View file @
d4b45e85
...
@@ -91,7 +91,7 @@ ifeq ($(origin LUFA_PATH), undefined)
...
@@ -91,7 +91,7 @@ ifeq ($(origin LUFA_PATH), undefined)
export_tar
:
export_tar
:
@
echo
Exporting LUFA library to a TAR archive...
@
echo
Exporting LUFA library to a TAR archive...
@
tar
-cf
LUFA_
`
grep
LUFA_VERSION_STRING Version.h |
cut
-d
'"'
-f2
`
.tar
--directory
=
.
--exclude
=
Documentation
--exclude
=
CodeTemplates
--exclude
=
*
.tar
*
@
tar
-cf
LUFA_
`
grep
LUFA_VERSION_STRING Version.h |
cut
-d
'"'
-f2
`
.tar
--directory
=
.
--exclude
=
Documentation
--exclude
=
DoxygenPages
--exclude
=
CodeTemplates
--exclude
=
Doxygen.conf
--exclude
=
*
.tar
*
@
echo
Export LUFA_
`
grep
LUFA_VERSION_STRING Version.h |
cut
-d
'"'
-f2
`
.tar complete.
@
echo
Export LUFA_
`
grep
LUFA_VERSION_STRING Version.h |
cut
-d
'"'
-f2
`
.tar complete.
version
:
version
:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment