[llvm-commits] CVS: llvm/docs/CFEBuildInstrs.html
Reid Spencer
reid at x10sys.com
Wed Dec 22 01:08:05 PST 2004
Changes in directory llvm/docs:
CFEBuildInstrs.html updated: 1.38 -> 1.39
---
Log message:
For PR432: http://llvm.cs.uiuc.edu/PR432 :
* Remove the idiotic windows environment setting, its not needed.
* Remove an extraneous "mkdir" instruction.
---
Diffs of the changes: (+1 -3)
Index: llvm/docs/CFEBuildInstrs.html
diff -u llvm/docs/CFEBuildInstrs.html:1.38 llvm/docs/CFEBuildInstrs.html:1.39
--- llvm/docs/CFEBuildInstrs.html:1.38 Wed Dec 22 00:40:29 2004
+++ llvm/docs/CFEBuildInstrs.html Wed Dec 22 03:07:51 2004
@@ -213,7 +213,6 @@
<ul>
<li>sh: <tt>export PATH=$CFEINSTALL/bin:$PATH</tt></li>
<li>csh: <tt>setenv PATH $CFEINSTALL/bin:$PATH</tt></li>
- <li>win: <tt>set PATH=$CFEINSTALL/bin;$PATH</tt></li>
</ul>
</li>
@@ -235,7 +234,6 @@
These are the commands you need.</p>
<pre>
% gmake
- % mkdir $CFEINSTALL/lib
% gmake -C runtime install-bytecode
</pre></li>
@@ -335,7 +333,7 @@
Brian Gaeke<br>
<a href="http://llvm.cs.uiuc.edu">LLVM Compiler Infrastructure</a><br>
- Last modified: $Date: 2004/12/22 06:40:29 $
+ Last modified: $Date: 2004/12/22 09:07:51 $
</address>
</body>
More information about the llvm-commits
mailing list