cvs probs

cvs co llvm
...

cd llvm; ./configure --with-llvmgccdir=<llvmgccdir>; make

...
Compiling llvmAsmParser.cpp
Linking /home/dcrowe/llvm/llvmcvs/llvm/lib/Debug/asmparser.o
make[2]: Leaving directory
`/home/dcrowe/llvm/llvmcvs/llvm/lib/AsmParser'
make[2]: Entering directory
`/home/dcrowe/llvm/llvmcvs/llvm/lib/Bytecode'
make[2]: *** No rule to make target `all'. Stop.
make[2]: Leaving directory `/home/dcrowe/llvm/llvmcvs/llvm/lib/Bytecode'
make[1]: *** [Bytecode/.makeall] Error 2
make[1]: Leaving directory `/home/dcrowe/llvm/llvmcvs/llvm/lib'
make: *** [all] Error 1

(there doesn't appear to be a makefile in llvm/lib/Bytecode, nor is
there a CVS dir!)

Thanks,
Dave

Make sure you use "cvs up -P -d" or the utils/cvsupdate.sh script.

-Chris