summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbala <balanatarajan@users.noreply.github.com>2001-05-07 11:48:38 +0000
committerbala <balanatarajan@users.noreply.github.com>2001-05-07 11:48:38 +0000
commitb87e800144252138a3bbd4948cc5ca6ef287e4c3 (patch)
tree2ad8d8936d30e664bef80cd87ba78b84c1955e4c
parent354a9202b6fd983fa256857da5075296d9124feb (diff)
downloadATCD-b87e800144252138a3bbd4948cc5ca6ef287e4c3.tar.gz
ChangeLogTag: Mon May 7 06:46:35 2001 Balachandran Natarajan <bala@cs.wustl.edu>
-rw-r--r--TAO/ChangeLogs/ChangeLog-02a8
-rw-r--r--TAO/orbsvcs/tests/AVStreams/Asynch_Three_Stage/Makefile4
-rw-r--r--TAO/orbsvcs/tests/AVStreams/Component_Switching/Makefile2
3 files changed, 11 insertions, 3 deletions
diff --git a/TAO/ChangeLogs/ChangeLog-02a b/TAO/ChangeLogs/ChangeLog-02a
index 1eca44f4825..f1a7a458675 100644
--- a/TAO/ChangeLogs/ChangeLog-02a
+++ b/TAO/ChangeLogs/ChangeLog-02a
@@ -1,3 +1,11 @@
+Mon May 7 06:46:35 2001 Balachandran Natarajan <bala@cs.wustl.edu>
+
+ * orbsvcs/tests/AVStreams/Component_Switching/Makefile:
+ * orbsvcs/tests/AVStreams/Asynch_Three_Stage/Makefile:
+
+ Added checks to make sure that the above examples do not compile
+ with older versions of g++.
+
Mon May 7 06:40:49 2001 Balachandran Natarajan <bala@cs.wustl.edu>
* orbsvcs/tests/AVStreams/Component_Switching/sender.cpp:
diff --git a/TAO/orbsvcs/tests/AVStreams/Asynch_Three_Stage/Makefile b/TAO/orbsvcs/tests/AVStreams/Asynch_Three_Stage/Makefile
index 79a4e24b4c6..af72caa01be 100644
--- a/TAO/orbsvcs/tests/AVStreams/Asynch_Three_Stage/Makefile
+++ b/TAO/orbsvcs/tests/AVStreams/Asynch_Three_Stage/Makefile
@@ -41,12 +41,12 @@ endif # AV
# Include macros and targets
#----------------------------------------------------------------------------
+include $(ACE_ROOT)/include/makeinclude/wrapper_macros.GNU
ifeq ($(ACE_HAS_GNUG_PRE_2_8),1)
# This example does not compile with g++ 2.7.2.3
all clean realclean:
- @echo orbsvcs/examples/RtEC/Schedule is not built with older versions of g++
+ @echo This cannot be built with older versions of g++
else # ! ACE_HAS_GNUG_PRE_2_8
-include $(ACE_ROOT)/include/makeinclude/wrapper_macros.GNU
include $(ACE_ROOT)/include/makeinclude/macros.GNU
include $(TAO_ROOT)/rules.tao.GNU
include $(ACE_ROOT)/include/makeinclude/rules.common.GNU
diff --git a/TAO/orbsvcs/tests/AVStreams/Component_Switching/Makefile b/TAO/orbsvcs/tests/AVStreams/Component_Switching/Makefile
index d21cb541ab8..daceb11eaff 100644
--- a/TAO/orbsvcs/tests/AVStreams/Component_Switching/Makefile
+++ b/TAO/orbsvcs/tests/AVStreams/Component_Switching/Makefile
@@ -47,7 +47,7 @@ include $(ACE_ROOT)/include/makeinclude/wrapper_macros.GNU
ifeq ($(ACE_HAS_GNUG_PRE_2_8),1)
# This example does not compile with g++ 2.7.2.3
all clean realclean:
- @echo orbsvcs/examples/RtEC/Schedule is not built with older versions of g++
+ @echo This cannot built with older versions of g++
else # ! ACE_HAS_GNUG_PRE_2_8
include $(ACE_ROOT)/include/makeinclude/macros.GNU
include $(TAO_ROOT)/rules.tao.GNU