diff --git a/docs/FAQ.html b/docs/FAQ.html index 3c460de89d9..bf4a47d2106 100644 --- a/docs/FAQ.html +++ b/docs/FAQ.html @@ -51,6 +51,8 @@
After CVS update, rebuilding gives the error "No rule to make target".
+If the error is of the form:
+ +This may occur anytime files are moved within the CVS repository or removed +entirely. In this case, the best solution is to erase all .d files, +which list dependencies for source files, and rebuild:
+ ++% cd $LLVM_OBJ_DIR +% rm -f `find . -name \*\.d` +% gmake ++
In other cases, it may be necessary to run make clean before +rebuilding.
+