From 77ab97a736a6d3e0203fccd09635312ccc640a85 Mon Sep 17 00:00:00 2001 From: joeh Date: Fri, 12 Jan 2001 14:01:21 +0000 Subject: Fri Jan 12 07:59:19 2001 Joe Hoffert --- ChangeLog | 7 +++++++ ChangeLogs/ChangeLog-02a | 7 +++++++ ChangeLogs/ChangeLog-03a | 7 +++++++ Makefile | 9 ++------- 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 + + * 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 * 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 + + * 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 * 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 + + * 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 * 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 \ -- cgit v1.2.1