summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjoeh <joeh@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-01-12 14:01:21 +0000
committerjoeh <joeh@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-01-12 14:01:21 +0000
commit77ab97a736a6d3e0203fccd09635312ccc640a85 (patch)
tree062ea50f149cf695123b1c64d85739d2955b7195
parentc129a110853f96815e651d24379b4f4b304a77b5 (diff)
downloadATCD-77ab97a736a6d3e0203fccd09635312ccc640a85.tar.gz
Fri Jan 12 07:59:19 2001 Joe Hoffert <joeh@cs.wustl.edu>
-rw-r--r--ChangeLog7
-rw-r--r--ChangeLogs/ChangeLog-02a7
-rw-r--r--ChangeLogs/ChangeLog-03a7
-rw-r--r--Makefile9
4 files changed, 23 insertions, 7 deletions
diff --git a/ChangeLog b/ChangeLog
index 7226f77fa7f..c6216e5d181 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+Fri Jan 12 07:59:19 2001 Joe Hoffert <joeh@cs.wustl.edu>
+
+ * Makefile:
+ Add the PACE directory back into the build. PACE should
+ not generate any build failures for the platforms
+ currently supported.
+
Wed Jan 10 23:30:21 2001 Douglas C. Schmidt <schmidt@ace.cs.wustl.edu>
* ace/FILE_Addr.cpp (set): Replace (sizeof this->filename_)
diff --git a/ChangeLogs/ChangeLog-02a b/ChangeLogs/ChangeLog-02a
index 7226f77fa7f..c6216e5d181 100644
--- a/ChangeLogs/ChangeLog-02a
+++ b/ChangeLogs/ChangeLog-02a
@@ -1,3 +1,10 @@
+Fri Jan 12 07:59:19 2001 Joe Hoffert <joeh@cs.wustl.edu>
+
+ * Makefile:
+ Add the PACE directory back into the build. PACE should
+ not generate any build failures for the platforms
+ currently supported.
+
Wed Jan 10 23:30:21 2001 Douglas C. Schmidt <schmidt@ace.cs.wustl.edu>
* ace/FILE_Addr.cpp (set): Replace (sizeof this->filename_)
diff --git a/ChangeLogs/ChangeLog-03a b/ChangeLogs/ChangeLog-03a
index 7226f77fa7f..c6216e5d181 100644
--- a/ChangeLogs/ChangeLog-03a
+++ b/ChangeLogs/ChangeLog-03a
@@ -1,3 +1,10 @@
+Fri Jan 12 07:59:19 2001 Joe Hoffert <joeh@cs.wustl.edu>
+
+ * Makefile:
+ Add the PACE directory back into the build. PACE should
+ not generate any build failures for the platforms
+ currently supported.
+
Wed Jan 10 23:30:21 2001 Douglas C. Schmidt <schmidt@ace.cs.wustl.edu>
* ace/FILE_Addr.cpp (set): Replace (sizeof this->filename_)
diff --git a/Makefile b/Makefile
index df9ce9ca7a2..ef4d316929e 100644
--- a/Makefile
+++ b/Makefile
@@ -21,13 +21,8 @@ DIRS = ace \
apps \
examples \
performance-tests \
- websvcs
-
-# PACE still does not compile under several platforms. Disabled
-# unless pace=1 is set
-ifeq ($(pace),1)
-DIRS += PACE
-endif
+ websvcs \
+ PACE
CLONE = Makefile \
ace \