xdc-A73
diff --git a/README b/README
index d6fec10..545eb02 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
- xdc-A72 (corevers:16.0.2.0; B:150,G:180,R:170)
+ xdc-A73 (corevers:16.0.2.0; B:150,G:180,R:170)
eXpanDed C Tools (XDCtools)
@@ -19,7 +19,8 @@
cd ~xlibrary/.ssh
cp -f config-dr config
- o fetch the latest changes from the Eclipse git server
+ o fetch the latest changes from the Eclipse git server, but do it from
+ a SUSE 11 host because SUSE 10 has an old version of ssh
cd xdc.git
git fetch
@@ -29,6 +30,9 @@
ggentree xdc.git/
cd xdc-A??
+ # unzip build.zip from the last released tree
+ unzip ../xdc-A??/build.zip
+
# make sure the user email and name are your eclipse credentials
# before making any changes that need to be pushed to eclipse
cat config-dr >> ./.git/config
@@ -36,9 +40,6 @@
# make sure the user email and name are your eclipse credentials
git merge origin/xdccore-A-dr
- # unzip build.zip from the last released tree
- unzip ../xdc-A??/build.zip
-
# build the tree
SM-MAKE .clean
SM-MAKE .all-files >& Make.log
@@ -81,5 +82,4 @@
MRS
-ECL468708 calling xdc.useModule on metaonly interfaces generates an
- invalid C file
+ECL469046 ROV tree views should have a mechanism to tag fields with errors
diff --git a/ident.c b/ident.c
index 91f522a..5739c90 100644
--- a/ident.c
+++ b/ident.c
@@ -2,7 +2,7 @@
* ======== ident.c ========
*/
-#define _VERS_ "@(#)*** xdc-A72"
+#define _VERS_ "@(#)*** xdc-A73"
static char __NAME[] = _NAME_;
static char __DATE[] = _DATE_;