summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs
diff options
context:
space:
mode:
authorbala <bala@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2004-03-24 22:34:59 +0000
committerbala <bala@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2004-03-24 22:34:59 +0000
commit64bbf107cd1b2e669592219ee05fd4951a8315c5 (patch)
tree0d226e904dca06bd5758eb546926a791182deff0 /TAO/orbsvcs
parentacc550f3ed3cae6cf22d629eecd223fa3d59d099 (diff)
downloadATCD-64bbf107cd1b2e669592219ee05fd4951a8315c5.tar.gz
ChangeLogTag:
Diffstat (limited to 'TAO/orbsvcs')
-rw-r--r--TAO/orbsvcs/tests/RTCosScheduling/Makefile.RTCosScheduling_Client8
-rw-r--r--TAO/orbsvcs/tests/RTCosScheduling/Makefile.RTCosScheduling_Server6
2 files changed, 8 insertions, 6 deletions
diff --git a/TAO/orbsvcs/tests/RTCosScheduling/Makefile.RTCosScheduling_Client b/TAO/orbsvcs/tests/RTCosScheduling/Makefile.RTCosScheduling_Client
index 4a193b749cf..9a52bfb0674 100644
--- a/TAO/orbsvcs/tests/RTCosScheduling/Makefile.RTCosScheduling_Client
+++ b/TAO/orbsvcs/tests/RTCosScheduling/Makefile.RTCosScheduling_Client
@@ -45,10 +45,10 @@ $(TEMPINCDIR):
endif
CURRENT_COMPONENTS := $(shell sh $(ACE_ROOT)/bin/ace_components --orbsvcs)
-ifeq ($(rt_corba),1)
-BIN = $(BIN_UNCHECKED)
-else
- all: require_warning
+ifeq (RTCosScheduling, $(findstring RTCosScheduling, $(CURRENT_COMPONENTS)))
+ ifeq ($(rt_corba),1)
+ BIN = $(BIN_UNCHECKED)
+ endif
endif
OBJS = $(addsuffix .o, $(notdir $(FILES)))
diff --git a/TAO/orbsvcs/tests/RTCosScheduling/Makefile.RTCosScheduling_Server b/TAO/orbsvcs/tests/RTCosScheduling/Makefile.RTCosScheduling_Server
index a8e501f3e99..d0abe48ee19 100644
--- a/TAO/orbsvcs/tests/RTCosScheduling/Makefile.RTCosScheduling_Server
+++ b/TAO/orbsvcs/tests/RTCosScheduling/Makefile.RTCosScheduling_Server
@@ -46,8 +46,10 @@ $(TEMPINCDIR):
endif
CURRENT_COMPONENTS := $(shell sh $(ACE_ROOT)/bin/ace_components --orbsvcs)
-ifeq ($(rt_corba),1)
-BIN = $(BIN_UNCHECKED)
+ifeq (RTCosScheduling, $(findstring RTCosScheduling, $(CURRENT_COMPONENTS)))
+ ifeq ($(rt_corba),1)
+ BIN = $(BIN_UNCHECKED)
+ endif
else
all: require_warning
endif