Changeset 250

Show
Ignore:
Timestamp:
05/02/08 07:31:22 (7 months ago)
Author:
conrad
Message:

add checkout target (src/xiph.org/Makefile)

Files:

Legend:

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

    r242 r250  
    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 ${SVNROOT}/trunk/$* $* 
     30 
    2631%.update:  
    27         git-svn clone ${SVNROOT}/trunk/$* $* 
     32        cd $* && git-svn fetch