1
0
Fork 0
forked from len0rd/rockbox

Rockbox Utility now uses the ucl sources so include them in the tarball.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22900 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Dominik Riebeling 2009-10-03 20:56:27 +00:00
parent 3d5c8fbff0
commit ae4025d6bf

View file

@ -22,7 +22,7 @@ rm -rf bootloader firmware fonts icons uisimulator wps backdrops docs flash gdb
# Clean out tools and restore the bits that we need # Clean out tools and restore the bits that we need
rm -rf tools/* rm -rf tools/*
svn update tools/{iriver.c,Makefile,mkboot.h,voicefont.c,VOICE_PAUSE.wav,wavtrim.h,iriver.h,mkboot.c,rbspeex,voicefont.h,wavtrim.c} svn update tools/{iriver.c,Makefile,mkboot.h,voicefont.c,VOICE_PAUSE.wav,wavtrim.h,iriver.h,mkboot.c,rbspeex,ucl,voicefont.h,wavtrim.c}
# Just in case # Just in case
mkdir -p tools/rbspeex/build mkdir -p tools/rbspeex/build