summaryrefslogtreecommitdiff
path: root/ACE-INSTALL.html
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1999-12-14 15:44:50 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1999-12-14 15:44:50 +0000
commit3872b6fa977b6a44da6856185ec29ecec8f6db81 (patch)
treeaf661a709d41d0318ae9e23be6e46450e5251dbf /ACE-INSTALL.html
parentea25a82c5db7401a36ed83725f1a8dd315f1d8cd (diff)
downloadATCD-3872b6fa977b6a44da6856185ec29ecec8f6db81.tar.gz
ChangeLogTag:Tue Dec 14 08:57:03 1999 Vishal Kachroo <vishal@cs.wustl.edu>
Diffstat (limited to 'ACE-INSTALL.html')
-rw-r--r--ACE-INSTALL.html17
1 files changed, 9 insertions, 8 deletions
diff --git a/ACE-INSTALL.html b/ACE-INSTALL.html
index 2c0c422b85e..d40da6e45e2 100644
--- a/ACE-INSTALL.html
+++ b/ACE-INSTALL.html
@@ -1878,7 +1878,12 @@ builds using the same ACE source tree. This idiom is supported by ACE
using the $ACE_ROOT/bin/create_ace_build script or
$ACE_ROOT/bin/clone.cpp program.
-To use build and use the clone program, perform the following steps:<P>
+To use build and use the clone program, first make sure there's a file
+called platform_macros.GNU that contains the correct platform-specific
+Makefile configurations in the $ACE_ROOT/include/makeinclude/
+directory, as well as making sure there's a $ACE_ROOT/ace/config.h
+file that includes the desired platform/compiler specific
+configuration header. Then perform the following steps:<P>
<pre>
% cd $ACE_ROOT/bin
@@ -1887,13 +1892,9 @@ To use build and use the clone program, perform the following steps:<P>
% rehash
</pre><P>
-Then create a ./build subdirectory someplace, e.g., under $ACE_ROOT
-make sure there's a file called platform_macros.GNU that contains the
-correct platform-specific Makefile configurations in the
-$ACE_ROOT/include/makeinclude/ directory, as well as making sure
-there's a $ACE_ROOT/ace/config.h file that includes the desired
-platform/compiler specific configuration header. Once this is done,
-then invoke the top-level Makefile with the ``clone'' target, e.g.:<P>
+Then create a ./build subdirectory someplace, e.g., under $ACE_ROOT.
+Once this is done, then invoke the top-level Makefile with the
+``clone'' target, e.g.:<P>
<pre>
% cd $ACE_ROOT