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
This commit is contained in:
Reid Spencer 2004-12-22 09:07:51 +00:00
parent 847f9b7d31
commit 90f1745ab1

View File

@ -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>