summaryrefslogtreecommitdiff
path: root/etc/README
diff options
context:
space:
mode:
authornobody <nobody@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-03-26 23:28:26 +0000
committernobody <nobody@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-03-26 23:28:26 +0000
commit7726f2060f21b281a7b707a9d9b1eae06e5afd64 (patch)
tree57387cc637e385ac3196e27756dec403493b4de8 /etc/README
parent8b401094b211c296e56360d6cd8d97153d817296 (diff)
downloadATCD-7726f2060f21b281a7b707a9d9b1eae06e5afd64.tar.gz
This commit was manufactured by cvs2svn to create tag 'TAO-0_1_11'.TAO-0_1_11
Diffstat (limited to 'etc/README')
-rw-r--r--etc/README20
1 files changed, 0 insertions, 20 deletions
diff --git a/etc/README b/etc/README
deleted file mode 100644
index a1327185477..00000000000
--- a/etc/README
+++ /dev/null
@@ -1,20 +0,0 @@
-$Id$
-
-Svc_Conf_[ly].cpp.diff are use to patch their respective files in
-ACE_wrappers/ace. They are used by Makefile in that directory, so
-users don't ordinarily need to be concerned with them.
-
-To updated Svc_Conf_l.cpp.diff:
-
-1) cd to ACE_wrappers/ace.
-2) Create the old version of the file in Svc_Conf_l.cpp.orig.
- If you haven't created the new version (with make) after
- update Svc_Conf.l, you can copy Svc_Conf_l.cpp to it.
- Otherwise, you can retrieve it from the CVS repository.
-3) % make #### to create the new version of Svc_Conf_l.cpp
-4) % diff -u Svc_Conf_l.cpp.orig Svc_Conf_l.cpp > ../etc/Svc_Conf_l.cpp.diff
-5) % rm Svc_Con_l.cpp.orig
-6) % cd ../etc
-7) % cvs commit -ko -m'updated diff file' Svc_Conf_l.cpp.diff
-
-And similarly for Svc_Conf_y.cpp.