Search:
Login
Preferences
About Trac
Help/Guide
Wiki
Timeline
Browse Source
Search
Context Navigation
←
Previous Change
Next Change
→
Changeset
77:c40e4ca9290f
for
Makefile
View differences
inline
side by side
Show
lines around each change
Ignore:
Blank lines
Case changes
White space changes
Timestamp:
10/22/08 02:42:09 (
3 years
ago)
Author:
chris
Branch:
unix
Children:
78:fad857d2ded3
,
79:206906ef35cc
Message:
add makefile target to pack up the files
Files:
1 modified
Makefile
(modified)
(
1 diff
)
Legend:
Unmodified
Added
Removed
Makefile
r46
r77
1
DATE=`date +"%m-%d-%Y"`
2
3
.PHONY : clean
1
4
clean:
2
@rm -f *.pyc
5
rm -f *.pyc
6
7
pack:
8
tar -cvf $(HOME)/StormXmlSiren-$(DATE).tar *.py *.conf .todo
9
bzip2 -9 $(HOME)/StormXmlSiren-$(DATE).tar
10
ls -alh $(HOME)/StormXmlSiren-$(DATE).tar.bz2
Download in other formats:
Unified Diff
Zip Archive