From 90f1745ab19f1eb9e7a6f375a057aff5c0d8cbcb Mon Sep 17 00:00:00 2001
From: Reid Spencer
Date: Wed, 22 Dec 2004 09:07:51 +0000
Subject: [PATCH] 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
---
docs/CFEBuildInstrs.html | 2 --
1 file changed, 2 deletions(-)
diff --git a/docs/CFEBuildInstrs.html b/docs/CFEBuildInstrs.html
index 658330a86f3..d03759da80d 100644
--- a/docs/CFEBuildInstrs.html
+++ b/docs/CFEBuildInstrs.html
@@ -213,7 +213,6 @@ variable.
- sh: export PATH=$CFEINSTALL/bin:$PATH
- csh: setenv PATH $CFEINSTALL/bin:$PATH
- - win: set PATH=$CFEINSTALL/bin;$PATH
@@ -235,7 +234,6 @@ libgcc.a library, which you can find by running
These are the commands you need.
% gmake
- % mkdir $CFEINSTALL/lib
% gmake -C runtime install-bytecode
--
2.34.1