summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>2003-10-15 17:53:08 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>2003-10-15 17:53:08 +0000
commit428f7766fbdf80c24552dabbd4b49f241a1d055b (patch)
tree960831165810d02755e62b4e1b1864e1b8dba618
parent71714f8c835380e9b1d658deccb5a7f8fddc5f7e (diff)
downloadATCD-428f7766fbdf80c24552dabbd4b49f241a1d055b.tar.gz
ChangeLogTag:Wed Oct 15 12:10:39 2003 Douglas C. Schmidt <schmidt@ace.cs.wustl.edu>
-rw-r--r--ACE-INSTALL.html14
-rw-r--r--ChangeLog6
2 files changed, 16 insertions, 4 deletions
diff --git a/ACE-INSTALL.html b/ACE-INSTALL.html
index 4136498c2ec..3952ac43caa 100644
--- a/ACE-INSTALL.html
+++ b/ACE-INSTALL.html
@@ -1095,15 +1095,21 @@ need to do:<P>
name of the root of the directory where you keep the ACE wrapper
source tree. The ACE recursive Makefile scheme needs this information.
There are several ways to set the ACE_ROOT variable. For
- instance, in my .login file I have the following entry:<P>
+ instance, in my .login file for TSCH/CSH I have the following entry:<P>
<pre><code>
% setenv ACE_ROOT /home/cs/faculty/schmidt/ACE_wrappers
</code></pre><P>
- However, if you're building a number of versions of ACE, e.g., for
- different OS platforms or for different releases of ACE, you might use
- the following approach:
+ BTW, if you're running BASH or Bourne Shell you'll need to do the following:
+
+ <pre><code>
+ % ACE_ROOT=/home/cs/faculty/schmidt/ACE_wrappers; export ACE_ROOT
+ </code></pre><P>
+
+ If you're building a number of versions of ACE, however, (e.g., for
+ different OS platforms or for different releases of ACE) you might use
+ the following approach (again assuming TCSH/CSH):
<pre><code>
% setenv ACE_ROOT $cwd
diff --git a/ChangeLog b/ChangeLog
index 519de2ab1ff..06e01ae2e09 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Wed Oct 15 12:10:39 2003 Douglas C. Schmidt <schmidt@ace.cs.wustl.edu>
+
+ * ACE-INSTALL.html: Updated the documentation to make it
+ clear that setenv is a TCSH/CSHism. Thanks to David McKen
+ <cic_3_b@yahoo.com> for reporting this.
+
Wed Oct 15 13:22:32 UTC 2003 Johnny Willemsen <jwillemsen@remedy.nl>
* include/makeinclude/platform_linux_borland.GNU: