summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-05-07 00:37:02 +0000
committernanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-05-07 00:37:02 +0000
commit92e2b43430881f2e4140ba1ba4fb16048d9def01 (patch)
treeffe9d50b6fb35a33352b3884c44fff2b2ed1fdab
parent647e1b6b362fdc695d8b9af487e29204e4b6bc2e (diff)
downloadATCD-92e2b43430881f2e4140ba1ba4fb16048d9def01.tar.gz
ChangeLogTag:Sat May 6 19:33:49 2000 Nanbor Wang <nanbor@cs.wustl.edu>
-rw-r--r--ChangeLog11
-rw-r--r--ChangeLogs/ChangeLog-02a11
-rw-r--r--ChangeLogs/ChangeLog-03a11
-rw-r--r--include/makeinclude/platform_freebsd.GNU1
4 files changed, 24 insertions, 10 deletions
diff --git a/ChangeLog b/ChangeLog
index df3d6ddc3e2..37538621760 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,10 +1,15 @@
+Sat May 6 19:33:49 2000 Nanbor Wang <nanbor@cs.wustl.edu>
+
+ * include/makeinclude/platform_freebsd.GNU: Removed definition
+ BIN_TRUE. It's no longer used.
+
Thu May 4 14:53:45 2000 Darrell Brunsch <brunsch@uci.edu>
* ace/config-all.h:
* ace/config-win32-common.h:
* bin/generate_export_file.pl:
- Changed the ACE_EXPORT_SINGLETON_DECLARE and
+ Changed the ACE_EXPORT_SINGLETON_DECLARE and
ACE_IMPORT_SINGLETON_DECLARE to take in arguments, but
this time it takes in 3, the singleton type, the class,
and then the lock. So we have:
@@ -16,9 +21,9 @@ Thu May 4 13:59:58 2000 Darrell Brunsch <brunsch@uci.edu>
* ace/config-all.h:
* ace/config-win32-common.h:
- Added two new macros, ACE_EXPORT_SINGLETON_DECLARE and
+ Added two new macros, ACE_EXPORT_SINGLETON_DECLARE and
ACE_IMPORT_SINGLETON_DECLARE. They do the same thing as the
- *_DECLARATION macros except they do not take arguments.
+ *_DECLARATION macros except they do not take arguments.
So instead of
ACE_EXPORT_SINGLETON_DECLARATION (foo);
diff --git a/ChangeLogs/ChangeLog-02a b/ChangeLogs/ChangeLog-02a
index df3d6ddc3e2..37538621760 100644
--- a/ChangeLogs/ChangeLog-02a
+++ b/ChangeLogs/ChangeLog-02a
@@ -1,10 +1,15 @@
+Sat May 6 19:33:49 2000 Nanbor Wang <nanbor@cs.wustl.edu>
+
+ * include/makeinclude/platform_freebsd.GNU: Removed definition
+ BIN_TRUE. It's no longer used.
+
Thu May 4 14:53:45 2000 Darrell Brunsch <brunsch@uci.edu>
* ace/config-all.h:
* ace/config-win32-common.h:
* bin/generate_export_file.pl:
- Changed the ACE_EXPORT_SINGLETON_DECLARE and
+ Changed the ACE_EXPORT_SINGLETON_DECLARE and
ACE_IMPORT_SINGLETON_DECLARE to take in arguments, but
this time it takes in 3, the singleton type, the class,
and then the lock. So we have:
@@ -16,9 +21,9 @@ Thu May 4 13:59:58 2000 Darrell Brunsch <brunsch@uci.edu>
* ace/config-all.h:
* ace/config-win32-common.h:
- Added two new macros, ACE_EXPORT_SINGLETON_DECLARE and
+ Added two new macros, ACE_EXPORT_SINGLETON_DECLARE and
ACE_IMPORT_SINGLETON_DECLARE. They do the same thing as the
- *_DECLARATION macros except they do not take arguments.
+ *_DECLARATION macros except they do not take arguments.
So instead of
ACE_EXPORT_SINGLETON_DECLARATION (foo);
diff --git a/ChangeLogs/ChangeLog-03a b/ChangeLogs/ChangeLog-03a
index df3d6ddc3e2..37538621760 100644
--- a/ChangeLogs/ChangeLog-03a
+++ b/ChangeLogs/ChangeLog-03a
@@ -1,10 +1,15 @@
+Sat May 6 19:33:49 2000 Nanbor Wang <nanbor@cs.wustl.edu>
+
+ * include/makeinclude/platform_freebsd.GNU: Removed definition
+ BIN_TRUE. It's no longer used.
+
Thu May 4 14:53:45 2000 Darrell Brunsch <brunsch@uci.edu>
* ace/config-all.h:
* ace/config-win32-common.h:
* bin/generate_export_file.pl:
- Changed the ACE_EXPORT_SINGLETON_DECLARE and
+ Changed the ACE_EXPORT_SINGLETON_DECLARE and
ACE_IMPORT_SINGLETON_DECLARE to take in arguments, but
this time it takes in 3, the singleton type, the class,
and then the lock. So we have:
@@ -16,9 +21,9 @@ Thu May 4 13:59:58 2000 Darrell Brunsch <brunsch@uci.edu>
* ace/config-all.h:
* ace/config-win32-common.h:
- Added two new macros, ACE_EXPORT_SINGLETON_DECLARE and
+ Added two new macros, ACE_EXPORT_SINGLETON_DECLARE and
ACE_IMPORT_SINGLETON_DECLARE. They do the same thing as the
- *_DECLARATION macros except they do not take arguments.
+ *_DECLARATION macros except they do not take arguments.
So instead of
ACE_EXPORT_SINGLETON_DECLARATION (foo);
diff --git a/include/makeinclude/platform_freebsd.GNU b/include/makeinclude/platform_freebsd.GNU
index db9a6ce11a7..631ad555c72 100644
--- a/include/makeinclude/platform_freebsd.GNU
+++ b/include/makeinclude/platform_freebsd.GNU
@@ -27,7 +27,6 @@ PIC = -fpic
AR = ar
ARFLAGS = ruv
RANLIB = ranlib
-BIN_TRUE = /usr/bin/true
SOFLAGS = $(CPPFLAGS) -shared
SOBUILD = $(COMPILE.cc) $(PIC) -o $(VSHDIR)$*.so $<