For PR432:
authorReid Spencer <rspencer@reidspencer.com>
Wed, 22 Dec 2004 09:07:51 +0000 (09:07 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Wed, 22 Dec 2004 09:07:51 +0000 (09:07 +0000)
* 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

docs/CFEBuildInstrs.html

index 658330a86f349954bc57acf2fc1b1ee5417d7f0d..d03759da80d7e96640d2dd91cdb8b36205e0a258 100644 (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>