diff options
author | Chris Lattner <sabre@nondot.org> | 2007-07-25 06:15:23 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2007-07-25 06:15:23 +0000 |
commit | 58102186e1afa20c9500dd9e80e784530b018aba (patch) | |
tree | 5542a7c52e02eec2172fe562c324ad3cbe76d1be | |
parent | 3246a9cddf7b097538fb5d7619dd9e34dd469057 (diff) | |
download | external_llvm-58102186e1afa20c9500dd9e80e784530b018aba.tar.gz external_llvm-58102186e1afa20c9500dd9e80e784530b018aba.tar.bz2 external_llvm-58102186e1afa20c9500dd9e80e784530b018aba.zip |
test commit
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@40484 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | docs/HowToReleaseLLVM.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/HowToReleaseLLVM.html b/docs/HowToReleaseLLVM.html index c7934215d5..dcf283f389 100644 --- a/docs/HowToReleaseLLVM.html +++ b/docs/HowToReleaseLLVM.html @@ -438,7 +438,7 @@ make rpm # for binary rpm 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 |