summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-11-12 14:42:07 +0000
committerdhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-11-12 14:42:07 +0000
commit41750e6eabf194fcf870889c2549f7cd7cc5aa8e (patch)
treef09cb8901b6d5d3916e44d81c1ec2f2eb6c052ef
parentfa1df41708094486f459c101c553fd7490f4cd8b (diff)
downloadATCD-41750e6eabf194fcf870889c2549f7cd7cc5aa8e.tar.gz
ChangeLogTag:Wed Nov 12 14:51:14 UTC 2003 Don Hinton <dhinton@dresystems.com>
-rw-r--r--TAO/ChangeLog7
-rw-r--r--TAO/orbsvcs/orbsvcs/Makefile7
2 files changed, 12 insertions, 2 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index 3b4a008a980..5f3a2d946bb 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,10 @@
+Wed Nov 12 14:51:14 UTC 2003 Don Hinton <dhinton@dresystems.com>
+
+ * orbsvcs/orbsvcs/Makefile:
+ Reverted the change to this file in Wed Nov 12 07:40:27 UTC 2003
+ Don Hinton <dhinton@dresystems.com>, and added back the
+ ORBSVCS_COMPONENTS_realclean target.
+
Wed Nov 12 09:26:48 UTC 2003 Don Hinton <dhinton@dresystems.com>
* examples/AMI/FL_Callback/Makefile:
diff --git a/TAO/orbsvcs/orbsvcs/Makefile b/TAO/orbsvcs/orbsvcs/Makefile
index 744d745277b..4c35d32273f 100644
--- a/TAO/orbsvcs/orbsvcs/Makefile
+++ b/TAO/orbsvcs/orbsvcs/Makefile
@@ -254,8 +254,7 @@ endif
all: ORBSVCS_COMPONENTS
-realclean:
- -$(RM) ORBSVCS_COMPONENTS.list
+realclean: ORBSVCS_COMPONENTS_realclean
## Makefile.Svc_Utils.mkfile is a dummy target which will cause
## $(MAKE) -f Makefile.Svc_Utils to be invoked
@@ -278,3 +277,7 @@ endif
.PHONY: ORBSVCS_COMPONENTS
ORBSVCS_COMPONENTS:
@sh $(ACE_ROOT)/bin/ace_components --orbsvcs --set ' $(TAO_ORBSVCS) '
+
+.PHONY: ORBSVCS_COMPONENTS_realclean
+ORBSVCS_COMPONENTS_realclean:
+ -$(RM) ORBSVCS_COMPONENTS.list