Search:
Login
Preferences
About Trac
Help/Guide
Wiki
Timeline
Browse Source
Search
Context Navigation
←
Previous Change
Next Change
→
Changeset
122:014251f26abf
for
Makefile
View differences
inline
side by side
Show
lines around each change
Ignore:
Blank lines
Case changes
White space changes
Timestamp:
11/08/08 16:19:32 (
3 years
ago)
Author:
chris
Branch:
unix
Message:
start moving files around to make it more package friendly
Files:
1 modified
Makefile
(modified)
(
1 diff
)
Legend:
Unmodified
Added
Removed
Makefile
r113
r122
1
1
DATE=`date +"%m-%d-%Y"`
2
2
EXCLUDES=-x stormsiren/trac\* -x stormsiren/website\* -x stormsiren/.hg\*
3
TRASH=*.pyc .*.swp
3
4
4
5
.PHONY : clean
5
6
clean:
6
rm -f *.pyc .*.swp
7
rm -f $(TRASH)
8
cd StormSiren && rm -f $(TRASH)
7
9
8
10
pack: clean packbz2 packzip
Download in other formats:
Unified Diff
Zip Archive