little changes for tarball generation
This commit is contained in:
parent
c30bc213c6
commit
419f5f55d0
@ -1,5 +1,10 @@
|
|||||||
$Id: Changelog.txt,v 1.1 2008/07/16 05:44:45 rschaten Exp $
|
$Id: Changelog.txt,v 1.1 2008/07/16 05:44:45 rschaten Exp $
|
||||||
|
|
||||||
|
* Release 090506
|
||||||
|
|
||||||
|
- added missing Makefile to package
|
||||||
|
- made changes in respect to Subversion
|
||||||
|
|
||||||
* Release 080716
|
* Release 080716
|
||||||
|
|
||||||
- initial release
|
- initial release
|
||||||
|
3
Makefile
3
Makefile
@ -88,8 +88,7 @@ tarball: firmware circuitpdf clean docs
|
|||||||
[ -e "main_$(TODAY).hex" ] || exit
|
[ -e "main_$(TODAY).hex" ] || exit
|
||||||
rm --force $(PACKETNAME).tar.gz; \
|
rm --force $(PACKETNAME).tar.gz; \
|
||||||
tar --directory=.. \
|
tar --directory=.. \
|
||||||
--exclude=$(DIR)/Makefile \
|
--exclude=.svn \
|
||||||
--exclude=CVS \
|
|
||||||
--exclude=*.ps \
|
--exclude=*.ps \
|
||||||
--exclude=main.hex \
|
--exclude=main.hex \
|
||||||
--create \
|
--create \
|
||||||
|
Loading…
Reference in New Issue
Block a user