diff options
author | crodrigu <crodrigu@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2002-09-06 01:31:32 +0000 |
---|---|---|
committer | crodrigu <crodrigu@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2002-09-06 01:31:32 +0000 |
commit | b65cd69eb203ece9d0065c55f95e3132e6ec8bee (patch) | |
tree | 5413a2482c30fa69e1a0fb54311086a11db91a45 /TAO | |
parent | 5710b39aa7385729e9d56cd7fc545bf7d87820d7 (diff) | |
download | ATCD-b65cd69eb203ece9d0065c55f95e3132e6ec8bee.tar.gz |
ChangeLogTag: Fri Sep 6 01:29:04 UTC 2002 Craig Rodrigues <crodrigu@bbn.com>
Diffstat (limited to 'TAO')
-rw-r--r-- | TAO/ChangeLog | 6 | ||||
-rw-r--r-- | TAO/orbsvcs/tests/AVStreams/Asynch_Three_Stage/Makefile | 6 | ||||
-rw-r--r-- | TAO/orbsvcs/tests/AVStreams/Component_Switching/Makefile | 7 |
3 files changed, 6 insertions, 13 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog index 4209aa1227d..805bf7a058c 100644 --- a/TAO/ChangeLog +++ b/TAO/ChangeLog @@ -1,3 +1,9 @@ +Fri Sep 6 01:29:04 UTC 2002 Craig Rodrigues <crodrigu@bbn.com> + + * orbsvcs/tests/AVStreams/Asynch_Three_Stage/Makefile: + * orbsvcs/tests/AVStreams/Component_Switching/Makefile: + Remove obsoleted macro ACE_HAS_GNUG_PRE_2_8. + Thu Sep 5 23:28:29 UTC 2002 Craig Rodrigues <crodrigu@bbn.com> * orbsvcs/orbsvcs/Makefile: Instead of iterating through diff --git a/TAO/orbsvcs/tests/AVStreams/Asynch_Three_Stage/Makefile b/TAO/orbsvcs/tests/AVStreams/Asynch_Three_Stage/Makefile index 0f0e289d348..dfaea88df89 100644 --- a/TAO/orbsvcs/tests/AVStreams/Asynch_Three_Stage/Makefile +++ b/TAO/orbsvcs/tests/AVStreams/Asynch_Three_Stage/Makefile @@ -42,18 +42,12 @@ endif # AV #---------------------------------------------------------------------------- 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 This cannot be 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 include $(ACE_ROOT)/include/makeinclude/rules.common.GNU include $(ACE_ROOT)/include/makeinclude/rules.nonested.GNU #include $(ACE_ROOT)/include/makeinclude/rules.bin.GNU include $(ACE_ROOT)/include/makeinclude/rules.local.GNU -endif # ! ACE_HAS_GNUG_PRE_2_8 ifeq ($(rapi),1) LDLIBS += -lACE_QoS diff --git a/TAO/orbsvcs/tests/AVStreams/Component_Switching/Makefile b/TAO/orbsvcs/tests/AVStreams/Component_Switching/Makefile index 75586c91cce..16ad23e1a87 100644 --- a/TAO/orbsvcs/tests/AVStreams/Component_Switching/Makefile +++ b/TAO/orbsvcs/tests/AVStreams/Component_Switching/Makefile @@ -43,19 +43,12 @@ endif # AV #---------------------------------------------------------------------------- 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 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 include $(ACE_ROOT)/include/makeinclude/rules.common.GNU include $(ACE_ROOT)/include/makeinclude/rules.nonested.GNU #include $(ACE_ROOT)/include/makeinclude/rules.bin.GNU include $(ACE_ROOT)/include/makeinclude/rules.local.GNU -endif # ! ACE_HAS_GNUG_PRE_2_8 #DCFLAGS = -g LDFLAGS += -L$(TAO_ROOT)/orbsvcs/orbsvcs -L$(TAO_ROOT)/tao |