summaryrefslogtreecommitdiff
path: root/ACE-INSTALL.html
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>2000-01-18 21:58:42 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>2000-01-18 21:58:42 +0000
commit57c9a1f58f48037d287c9df53bc4005c99c44b0b (patch)
treea1fe8d79ee4b52fca8f7eed9964074206708f3ae /ACE-INSTALL.html
parent6472b3bdba1a410b3a00bb54125e35f9f223b91c (diff)
downloadATCD-57c9a1f58f48037d287c9df53bc4005c99c44b0b.tar.gz
ChangeLogTag:Tue Jan 18 15:55:54 2000 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu>
Diffstat (limited to 'ACE-INSTALL.html')
-rw-r--r--ACE-INSTALL.html10
1 files changed, 6 insertions, 4 deletions
diff --git a/ACE-INSTALL.html b/ACE-INSTALL.html
index e0c4d758444..94785f6a728 100644
--- a/ACE-INSTALL.html
+++ b/ACE-INSTALL.html
@@ -1783,13 +1783,15 @@ If disk space is a problem, disabling debugging should greatly
reduce object code, and therefore, library size. This is especially
true with g++.<p>
-Toshio Hori &lttoshi@etl.go.jp&gt provided these tips for reducing
+Toshio Hori &lt;toshi@etl.go.jp&gt; provided these tips for reducing
disk space usage:<p>
To save space on a Unix machine, I usually run
- find . -name \*.dsw -o -name \*.dsp -o -name \*.bor | xargs rm -f
-in $ACE_ROOT at first after untar the distribution. They are
-meaningless in my environment.<p>
+ 'find . -name \*.dsw -o -name \*.dsp -o -name \*.bor | xargs rm -f'
+in $ACE_ROOT at first after I untar the distribution. They are
+meaningless in my environment (Files named '*.dsw' and '*.dsp' are
+used for MSVC++ and files named '*.bor' are for Borland C++
+Builder.)<p>
Finally, to save space, may want to run 'make clean' after 'make'. It
removes generated object files and leaves libraries/exectables