aboutsummaryrefslogtreecommitdiffstats
path: root/docs/CFEBuildInstrs.html
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2004-12-22 09:07:51 +0000
committerReid Spencer <rspencer@reidspencer.com>2004-12-22 09:07:51 +0000
commit90f1745ab19f1eb9e7a6f375a057aff5c0d8cbcb (patch)
treebacba65d05d1b207928443f718c56f05e6fc2d8a /docs/CFEBuildInstrs.html
parent847f9b7d31118114f8becc7313caa834db58c9fd (diff)
downloadexternal_llvm-90f1745ab19f1eb9e7a6f375a057aff5c0d8cbcb.zip
external_llvm-90f1745ab19f1eb9e7a6f375a057aff5c0d8cbcb.tar.gz
external_llvm-90f1745ab19f1eb9e7a6f375a057aff5c0d8cbcb.tar.bz2
For PR432:
* Remove the idiotic windows environment setting, its not needed. * Remove an extraneous "mkdir" instruction. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19103 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/CFEBuildInstrs.html')
-rw-r--r--docs/CFEBuildInstrs.html2
1 files changed, 0 insertions, 2 deletions
diff --git a/docs/CFEBuildInstrs.html b/docs/CFEBuildInstrs.html
index 658330a..d03759d 100644
--- a/docs/CFEBuildInstrs.html
+++ b/docs/CFEBuildInstrs.html
@@ -213,7 +213,6 @@ variable.</p>
<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 @@ libgcc.a library, which you can find by running
These are the commands you need.</p>
<pre>
% gmake
- % mkdir $CFEINSTALL/lib
% gmake -C runtime install-bytecode
</pre></li>