diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 2000-01-18 21:58:42 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 2000-01-18 21:58:42 +0000 |
commit | 57c9a1f58f48037d287c9df53bc4005c99c44b0b (patch) | |
tree | a1fe8d79ee4b52fca8f7eed9964074206708f3ae | |
parent | 6472b3bdba1a410b3a00bb54125e35f9f223b91c (diff) | |
download | ATCD-57c9a1f58f48037d287c9df53bc4005c99c44b0b.tar.gz |
ChangeLogTag:Tue Jan 18 15:55:54 2000 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu>
-rw-r--r-- | ACE-INSTALL.html | 10 | ||||
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | ChangeLogs/ChangeLog-02a | 5 | ||||
-rw-r--r-- | ChangeLogs/ChangeLog-03a | 5 |
4 files changed, 21 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 <toshi@etl.go.jp> provided these tips for reducing +Toshio Hori <toshi@etl.go.jp> 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 diff --git a/ChangeLog b/ChangeLog index efc7dd31e1a..92d2d293a7e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Tue Jan 18 15:55:54 2000 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu> + + * ACE-INSTALL.html: Updated the text from + Dr. Toshio HORI <toshi@etl.go.jp>. + Tue Jan 18 15:37:25 2000 Joe Hoffert <joeh@cs.wustl.edu> * ace/ATM_Connector.{cpp,h,i}, ATM_QoS.{cpp,h}, ATM_Stream.{cpp,i}: diff --git a/ChangeLogs/ChangeLog-02a b/ChangeLogs/ChangeLog-02a index efc7dd31e1a..92d2d293a7e 100644 --- a/ChangeLogs/ChangeLog-02a +++ b/ChangeLogs/ChangeLog-02a @@ -1,3 +1,8 @@ +Tue Jan 18 15:55:54 2000 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu> + + * ACE-INSTALL.html: Updated the text from + Dr. Toshio HORI <toshi@etl.go.jp>. + Tue Jan 18 15:37:25 2000 Joe Hoffert <joeh@cs.wustl.edu> * ace/ATM_Connector.{cpp,h,i}, ATM_QoS.{cpp,h}, ATM_Stream.{cpp,i}: diff --git a/ChangeLogs/ChangeLog-03a b/ChangeLogs/ChangeLog-03a index efc7dd31e1a..92d2d293a7e 100644 --- a/ChangeLogs/ChangeLog-03a +++ b/ChangeLogs/ChangeLog-03a @@ -1,3 +1,8 @@ +Tue Jan 18 15:55:54 2000 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu> + + * ACE-INSTALL.html: Updated the text from + Dr. Toshio HORI <toshi@etl.go.jp>. + Tue Jan 18 15:37:25 2000 Joe Hoffert <joeh@cs.wustl.edu> * ace/ATM_Connector.{cpp,h,i}, ATM_QoS.{cpp,h}, ATM_Stream.{cpp,i}: |