Changeset 252

Show
Ignore:
Timestamp:
05/02/08 13:32:38 (7 months ago)
Author:
conrad
Message:

add separate checkout and update targets in src/annodex.net/Makefile

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • home/src/annodex.net/Makefile

    r242 r252  
    1313rebuild: $(PROJECTS:%=%.make) 
    1414 
     15checkout: $(PROJECTS:%=%.update) 
     16 
    1517update: $(PROJECTS:%=%.update) 
    1618 
     
    2426        cd $* && make || ( ./autogen.sh && ./configure && make ) || ./setup.py build 
    2527 
     28%.checkout:  
     29        git svn clone -t tags -b branches -T trunk ${SVNROOT}/$* $* 
     30 
    2631%.update:  
    27         #svn co ${SVNROOT}/$*/trunk $* 
    28         git svn clone -t tags -b branches -T trunk ${SVNROOT}/$* $* 
     32        cd $* && git-svn fetch