Fix bug in environment setting

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6671 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2003-06-08 15:33:25 +00:00
parent 08d5e1f718
commit 74e91b2474

View File

@ -185,7 +185,7 @@
alias llvmgcc <i>LLVMGCCDIR</i><tt>/bin/llvm-gcc</tt> alias llvmgcc <i>LLVMGCCDIR</i><tt>/bin/llvm-gcc</tt>
# Make the LLVM tools easy to use... # Make the LLVM tools easy to use...
setenv PATH <i>LLVM_OBJ_DIR</i>/tools/Debug:${PATH} setenv PATH <i>LLVM_OBJ_DIR</i>/llvm/tools/Debug:${PATH}
</pre> </pre>
The <tt>llvmgcc</tt> alias is useful because the C compiler is not The <tt>llvmgcc</tt> alias is useful because the C compiler is not
included in the CVS tree you just checked out. included in the CVS tree you just checked out.
@ -471,7 +471,7 @@
<!-- Created: Mon Jul 1 02:29:02 CDT 2002 --> <!-- Created: Mon Jul 1 02:29:02 CDT 2002 -->
<!-- hhmts start --> <!-- hhmts start -->
Last modified: Sun May 11 16:49:46 CDT 2003 Last modified: Tue Jun 3 22:06:43 CDT 2003
<!-- hhmts end --> <!-- hhmts end -->
</body> </body>
</html> </html>