diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-10-31 03:25:45 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-10-31 03:25:45 +0000 |
commit | 72f897a8d1cb4fe19bb033285f9911f572b5ef5b (patch) | |
tree | a0ccdd819cdee354ec23d675bb54cbe930638284 /etc | |
parent | 91bca7f79b166d8ed5fc1895384fe3a2543db04d (diff) | |
download | ATCD-72f897a8d1cb4fe19bb033285f9911f572b5ef5b.tar.gz |
instructions for updating Svc_Conf_[ly].cpp.diff
Diffstat (limited to 'etc')
-rw-r--r-- | etc/README | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/etc/README b/etc/README new file mode 100644 index 00000000000..a1327185477 --- /dev/null +++ b/etc/README @@ -0,0 +1,20 @@ +$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. |