summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbala <balanatarajan@users.noreply.github.com>2003-05-31 15:27:54 +0000
committerbala <balanatarajan@users.noreply.github.com>2003-05-31 15:27:54 +0000
commitb471c15a024ef0d170506e911da0d259b87a7972 (patch)
treeb9f66f3a8cb88dbfd8974ba0a7d3609966b0df64
parente866a204a3a8f25e12d335c82346af51e3567d41 (diff)
downloadATCD-b471c15a024ef0d170506e911da0d259b87a7972.tar.gz
ChangeLogTag:Sat May 31 10:26:35 2003 Balachandran Natarajan <bala@dre.vanderbilt.edu>
-rw-r--r--TAO/ChangeLog6
-rw-r--r--TAO/Makefile26
2 files changed, 31 insertions, 1 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index fe8e25f7799..3aa853d49bb 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,9 @@
+Sat May 31 10:26:35 2003 Balachandran Natarajan <bala@dre.vanderbilt.edu>
+
+ * Makefile: Added a list of controlled files. With CIAO in picture
+ we cannot ta everything underneath TAO with a single tag while
+ making a release.
+
Fri May 30 20:29:11 2003 Douglas C. Schmidt <schmidt@ace.cs.wustl.edu>
* docs/configurations.html: Fixed a typo where we claimed
diff --git a/TAO/Makefile b/TAO/Makefile
index 943c5ab1b86..806ba94dbf5 100644
--- a/TAO/Makefile
+++ b/TAO/Makefile
@@ -62,7 +62,31 @@ clone:
reverseclean:
@$(ACE_ROOT)/bin/reverse_clean $(DIRS)
-CONTROLLED_FILES = TAO
+CONTROLLED_FILES = TAO/COPYING* \
+ TAO/ChangeLog* \
+ TAO/LICENSE.sun \
+ TAO/Makefile* \
+ TAO/PROBLEM-REPORT-FORM \
+ TAO/README* \
+ TAO/TAO-INSTALL.html \
+ TAO/TAOACE* \
+ TAO/TAO_IDL \
+ TAO/VERSION \
+ TAO/docs \
+ TAO/examples \
+ TAO/orbsvcs \
+ TAO/performance-tests \
+ TAO/release.pl \
+ TAO/rules.tao.GNU \
+ TAO/tao \
+ TAO/tao-config.1.in \
+ TAO/tao-config.in \
+ TAO/taoConf.sh.in \
+ TAO/tao_targets.GNU \
+ TAO/taoconfig.mk \
+ TAO/tests \
+ TAO/utils
+
RELEASE_FILES = $(CONTROLLED_FILES) \
TAO/INSTALL \