Changeset 258

Show
Ignore:
Timestamp:
06/18/08 14:24:05 (2 months ago)
Author:
conrad
Message:

use git-svn in metadecks and xiph Makefiles

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • home/src/metadecks.org/Makefile

    r85 r258  
    1313rebuild: $(PROJECTS:%=%.make) 
    1414 
     15checkout: $(PROJECTS:%=%.checkout) 
     16 
    1517update: $(PROJECTS:%=%.update) 
    1618 
     
    2426        cd $* && make || ( ./autogen.sh && ./configure && make ) 
    2527 
     28%.checkout: 
     29        git-svn clone -t tags -b branches -T trunk ${SVNROOT}/$* $* 
     30 
    2631%.update:  
    27         svn co ${SVNROOT}/$*/trunk $* 
     32        cd $* && git-svn fetch 
  • home/src/xiph.org/Makefile

    r250 r258  
    2626        cd $* && make || ( ./autogen.sh && ./configure && make ) 
    2727 
     28# XXX: for speex, should just clone http://git.xiph.org/speex.git 
    2829%.checkout:  
    2930        git-svn clone ${SVNROOT}/trunk/$* $* 
    3031 
     32# XXX: for speex, should just pull 
    3133%.update:  
    3234        cd $* && git-svn fetch