[llvm-commits] CVS: llvm-www/SVNLayout.html
Reid Spencer
reid at x10sys.com
Wed Jul 4 12:30:28 PDT 2007
Changes in directory llvm-www:
SVNLayout.html updated: 1.2 -> 1.3
---
Log message:
Make the example actually work.
---
Diffs of the changes: (+2 -1)
SVNLayout.html | 3 ++-
1 files changed, 2 insertions(+), 1 deletion(-)
Index: llvm-www/SVNLayout.html
diff -u llvm-www/SVNLayout.html:1.2 llvm-www/SVNLayout.html:1.3
--- llvm-www/SVNLayout.html:1.2 Wed Jul 4 14:27:21 2007
+++ llvm-www/SVNLayout.html Wed Jul 4 14:30:09 2007
@@ -143,6 +143,7 @@
<p>For example, we expect the typical developer scenario to go something like
this:<pre>
svn co http://llvm.org/svn/llvm-top/trunk llvm-top
+ cd llvm-top # enter the llvm-top module you just checked out
make get-llvm # fetches the llvm module from subversion
make get-test-suite # fetches the llvm test suite module from subversion
make get-llvm-gcc # fetches the llvm-gcc module from subversion
@@ -214,6 +215,6 @@
src="http://jigsaw.w3.org/css-validator/images/vcss" alt="Valid CSS!"></a>
<a href="http://validator.w3.org/check/referer"><img
src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!"></a>
-<br/>Last modified: $Date: 2007/07/04 19:27:21 $
+<br/>Last modified: $Date: 2007/07/04 19:30:09 $
</address>
<!--#include virtual="footer.incl" -->
More information about the llvm-commits
mailing list