[llvm-commits] [llvm] r40484 - /llvm/trunk/docs/HowToReleaseLLVM.html
Chris Lattner
sabre at nondot.org
Tue Jul 24 23:15:23 PDT 2007
Author: lattner
Date: Wed Jul 25 01:15:23 2007
New Revision: 40484
URL: http://llvm.org/viewvc/llvm-project?rev=40484&view=rev
Log:
test commit
Modified:
llvm/trunk/docs/HowToReleaseLLVM.html
Modified: llvm/trunk/docs/HowToReleaseLLVM.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/HowToReleaseLLVM.html?rev=40484&r1=40483&r2=40484&view=diff
==============================================================================
--- llvm/trunk/docs/HowToReleaseLLVM.html (original)
+++ llvm/trunk/docs/HowToReleaseLLVM.html Wed Jul 25 01:15:23 2007
@@ -438,7 +438,7 @@
that has the name of the release (<tt>LLVM-M.m</tt> in our current
case). This is the directory that will get tar'd. It contains all the
software that needs to be in the distribution. During the copying
- process, it omits generated files, CVS directories, and any other
+ process, it omits generated files, SVN directories, and any other
"cruft" that's in your build tree. This is done to eliminate the
possibility of huge distribution tarballs that include useless or
irrelevant stuff in them. This is the trickiest part of making the
More information about the llvm-commits
mailing list