From def1a8231b8287e615a8136746eb0b1db1b860b2 Mon Sep 17 00:00:00 2001 From: bala Date: Sun, 5 Aug 2001 22:00:04 +0000 Subject: ChangeLogTag: Sun Aug 5 16:58:39 2001 Balachandran Natarajan --- TAO/tests/DLL_ORB/Makefile | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) (limited to 'TAO/tests/DLL_ORB/Makefile') diff --git a/TAO/tests/DLL_ORB/Makefile b/TAO/tests/DLL_ORB/Makefile index eef2f033f39..cde8e07dc76 100644 --- a/TAO/tests/DLL_ORB/Makefile +++ b/TAO/tests/DLL_ORB/Makefile @@ -8,13 +8,6 @@ # Local macros #---------------------------------------------------------------------------- -# Force non-parallel build of this test since the IDL file rules in -# both `Makefile.Test_Client_Module' and `Makefile.Test_Server_Module' -#cause corruption of the generated stubs and skeletons when these -# Makefiles are run in parallel. Fixes build problems in some of our -# parallel build enabled nightly builds. -MAKEFLAGS += -j 1 - CLIENT_SRC = client.cpp SERVER_SRC = server.cpp @@ -58,12 +51,13 @@ server: $(addprefix $(VDIR),$(SERVER_OBJS)) $(SHLIB) $(CLIENT_MODULE_LIB): $(MAKE) -f Makefile.Test_Client_Module -$(SERVER_MODULE_LIB): +$(SERVER_MODULE_LIB): $(CLIENT_MODULE_LIB) $(MAKE) -f Makefile.Test_Server_Module idl_stubs realclean depend: - $(MAKE) -f Makefile.Test_Client_Module $@ - $(MAKE) -f Makefile.Test_Server_Module $@ + @for m in Makefile.Test_Client_Module Makefile.Test_Server_Module; do \ + $(MAKE) -f $$m MAKEFILE=$$m $(@:.nested=); \ + done #---------------------------------------------------------------------------- # Dependencies -- cgit v1.2.1