Changeset 246


Ignore:
Timestamp:
05/26/10 08:41:10 (6 years ago)
Author:
mmckerns
Message:

adding patch1 for release 0.2a1

Location:
releases
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • releases/Makefile

    r244 r246  
    11# CURRENT RELEASE: 
    22#--------------------------------------------------- 
    3 NPATCH_0_2a1 = 0 
     3NPATCH_0_2a1 = 1 
    44#--------------------------------------------------- 
    55 
    6 all: release clean 
     6all: patch release clean 
     7 
     8patch: 
     9        patch -p0 -i mystic-0.2a1-patch${NPATCH_0_2a1}.diff 
    710 
    811release: 
    9         tar -cvzf mystic-0.2a1.tgz mystic-0.2a1 
     12        tar -cvzf mystic-0.2a1-p${NPATCH_0_2a1}.tgz mystic-0.2a1 
    1013 
    1114clean: 
     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 .. 
    1217        svn up 
    1318 
Note: See TracChangeset for help on using the changeset viewer.