summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-08-17 23:07:35 +0000
committercoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-08-17 23:07:35 +0000
commit44ed111cb9eacfd82b2454cf401e2d05aab866b3 (patch)
tree19bca8a062a865db9168b496366452a596e88341
parentb5210192187fa54b598dfaec4e529b566ee41799 (diff)
downloadATCD-44ed111cb9eacfd82b2454cf401e2d05aab866b3.tar.gz
ChangeLogTag:Mon Aug 17 18:04:20 1998 Carlos O'Ryan <coryan@cs.wustl.edu>
-rwxr-xr-xbin/auto_compile3
-rw-r--r--include/makeinclude/rules.nested.GNU2
2 files changed, 2 insertions, 3 deletions
diff --git a/bin/auto_compile b/bin/auto_compile
index 7ed8583984f..4c10ab06934 100755
--- a/bin/auto_compile
+++ b/bin/auto_compile
@@ -58,10 +58,11 @@ $MODULE='ACE_wrappers';
'TAO/orbsvcs/tests/Simple_Naming , run_test.pl',
'TAO/orbsvcs/tests/Event_Latency , run_test.pl',
'TAO/orbsvcs/tests/EC_Throughput , run_test.pl',
+ 'TAO/orbsvcs/tests/EC_Custom_Marshal , run_test.pl',
'TAO/orbsvcs/tests/EC_Multiple , run_test.pl',
'TAO/tests/Cubit/TAO/MT_Cubit , run_test.pl' );
-# We obtain our revision to report errors in a "nice" manner.
+# We obtain our revision to report errors.
$REVISION='$Revision$';
# Find out the command name.
diff --git a/include/makeinclude/rules.nested.GNU b/include/makeinclude/rules.nested.GNU
index 5bd378ea743..a9f3a6a4509 100644
--- a/include/makeinclude/rules.nested.GNU
+++ b/include/makeinclude/rules.nested.GNU
@@ -7,7 +7,5 @@
$(TARGETS_NESTED):
@for dir in $(DIRS) ;\
do \
- (echo " ========> Making $(@:.nested=): `pwd`"; \
$(MAKE) -C $$dir $(@:.nested=); \
- echo "<======== End $(@:.nested=): `pwd`") ; \
done