Changeset 246 for releases/Makefile
- Timestamp:
- 05/26/10 08:41:10 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
releases/Makefile
r244 r246 1 1 # CURRENT RELEASE: 2 2 #--------------------------------------------------- 3 NPATCH_0_2a1 = 03 NPATCH_0_2a1 = 1 4 4 #--------------------------------------------------- 5 5 6 all: release clean 6 all: patch release clean 7 8 patch: 9 patch -p0 -i mystic-0.2a1-patch${NPATCH_0_2a1}.diff 7 10 8 11 release: 9 tar -cvzf mystic-0.2a1 .tgz mystic-0.2a112 tar -cvzf mystic-0.2a1-p${NPATCH_0_2a1}.tgz mystic-0.2a1 10 13 11 14 clean: 15 cd mystic-0.2a1; cd examples; rm -f test_mogi*; cd ..; cd .. 16 cd mystic-0.2a1; cd mystic; rm -f tools*; cd ..; cd .. 12 17 svn up 13 18
Note: See TracChangeset
for help on using the changeset viewer.