* 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
<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>
These are the commands you need.</p>
<pre>
% gmake
- % mkdir $CFEINSTALL/lib
% gmake -C runtime install-bytecode
</pre></li>