This restores cml version information to the Windows client. This broke on the Windows side when the Unix build mechanism moved to autoconf.
--Scott

--- orig/src/config/NTMakefile.version-NOCML 2000-11-04 04:04:22.000000000 -0500
+++ update/src/config/NTMakefile.version-NOCML 2002-11-22 13:54:00.000000000 -0500
@@ -14,11 +16,12 @@
!ENDIF

$(VERSFILE).c:
- echo char $(CML_PREFIX)cml_version_number[]="@(#)CML not accessible: No version information"; >$(VERSFILE).c
- echo char* AFSVersion = "afs??"; >>$(VERSFILE).c
+ echo char $(CML_PREFIX)cml_version_number[]="@(#)OpenAFS$(AFSPRODUCT_VERSION)"; >$(VER SFILE).c
+ echo char* AFSVersion = "OpenAFS$(AFSPRODUCT_VERSION)"; >>$(VERSFILE).c

$(VERSFILE).h:
- echo #define AFS_VERINFO_BUILD "CML not accessible: No version information" >$(VERSFILE).h
+ echo #define AFS_VERINFO_BUILD "OpenAFS$(AFSPRODUCT_VERSION)" >$(VERSFILE).h

$(VERSFILE).txt:
- echo CML not accessible: No version information >$(VERSFILE).txt
+ echo OpenAFS$(AFSPRODUCT_VERSION)>$(VERSFILE).txt
+

_______________________________________________
OpenAFS-devel mailing list
[EMAIL PROTECTED]
https://lists.openafs.org/mailman/listinfo/openafs-devel

Reply via email to