diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2004-12-22 09:07:51 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2004-12-22 09:07:51 +0000 |
commit | c5f858ca524d58ac82dee4305701bfd512efa409 (patch) | |
tree | fff981e6a7027e2559149c363444a6f8cd1d2a46 /llvm/docs/CFEBuildInstrs.html | |
parent | 296cf274fd12ca1dc006d959e28307c31b83aba4 (diff) | |
download | bcm5719-llvm-c5f858ca524d58ac82dee4305701bfd512efa409.tar.gz bcm5719-llvm-c5f858ca524d58ac82dee4305701bfd512efa409.zip |
For PR432:
* Remove the idiotic windows environment setting, its not needed.
* Remove an extraneous "mkdir" instruction.
llvm-svn: 19103
Diffstat (limited to 'llvm/docs/CFEBuildInstrs.html')
-rw-r--r-- | llvm/docs/CFEBuildInstrs.html | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/docs/CFEBuildInstrs.html b/llvm/docs/CFEBuildInstrs.html index 658330a86f3..d03759da80d 100644 --- a/llvm/docs/CFEBuildInstrs.html +++ b/llvm/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> |