[M3commit] CVS Update: cm3
Jay Krell
jkrell at elego.de
Thu Sep 5 08:41:54 CEST 2013
CVSROOT: /usr/cvs
Changes by: jkrell at birch. 13/09/05 08:41:54
Modified files:
cm3/elego/: quake.elego
Log message:
Remove Cygwin dependency.
use Quake datetime (same as before), ver, $PROCESSOR_ARCHITECTURE
$OS is also tempting (Windows_NT) but not used.
The original code uses uname -msr.
Some comparisons:
jbook2:elego jay$ uname -m
i386
jbook2:elego jay$ uname -s
Darwin
jbook2:elego jay$ uname -r
9.8.0
j
jbook2:cm3 jay$ uname -msr
Darwin 9.8.0 i386
book2:cm3 jay$ m3dep -created
2013-09-05 01:37:58 on Darwin 9.8.0 i386
C:\dev2\cm3\elego\m3dep>uname -msr
CYGWIN_NT-6.1 1.7.24(0.269/5/3) x86_64
C:\dev2\cm3\elego\m3dep>AMD64_NT\m3dep.exe -created
2013-09-05 02:05:01 on Microsoft Windows [Version 6.1.7601] AMD64
Some oddity here -- I had to use cmd /c cmd /c ver -- double cmd /c.
Presumably this all informative and it could say just about
anything and be ok.
The code already confused host and target, which is common,
and continues to. I will likely fix that.
More information about the M3commit
mailing list