Changeset 258
- Timestamp:
- 06/18/08 14:24:05 (2 months ago)
- Files:
-
- home/src/metadecks.org/Makefile (modified) (2 diffs)
- home/src/xiph.org/Makefile (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
home/src/metadecks.org/Makefile
r85 r258 13 13 rebuild: $(PROJECTS:%=%.make) 14 14 15 checkout: $(PROJECTS:%=%.checkout) 16 15 17 update: $(PROJECTS:%=%.update) 16 18 … … 24 26 cd $* && make || ( ./autogen.sh && ./configure && make ) 25 27 28 %.checkout: 29 git-svn clone -t tags -b branches -T trunk ${SVNROOT}/$* $* 30 26 31 %.update: 27 svn co ${SVNROOT}/$*/trunk $*32 cd $* && git-svn fetch home/src/xiph.org/Makefile
r250 r258 26 26 cd $* && make || ( ./autogen.sh && ./configure && make ) 27 27 28 # XXX: for speex, should just clone http://git.xiph.org/speex.git 28 29 %.checkout: 29 30 git-svn clone ${SVNROOT}/trunk/$* $* 30 31 32 # XXX: for speex, should just pull 31 33 %.update: 32 34 cd $* && git-svn fetch
