annotate version.sh @ 2106:e0cad74058ab

[xemacs-hg @ 2004-05-31 23:41:30 by adrian] xemacs-21.5: Handle xemacs_extra_name in xemacs.mak, improve copy -------------------- ChangeLog entries follow: -------------------- nt/ChangeLog addition: 2004-06-01 Adrian Aichner <adrian@xemacs.org> * xemacs.mak: Don't echo DEL command. Use COPYCMD everywhere. Remove /r switch from COPY and COPYDIR, as environment variable COPYCMD takes care of this. * xemacs.mak (COPYCMD): New. Used to initialize environment variable by same name. * xemacs.mak (TEMACS_CPP_FLAGS_NO_CFLAGS): Handle xemacs_extra_name (CVS date stamp).
author adrian
date Mon, 31 May 2004 23:41:30 +0000
parents 4a21fdd04a5f
children 91e93aba4aae
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
163
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
1 #!/bin/sh
467
13d500863631 Tailorization
tailor@h615406.serverkompetenz.net
parents: 464
diff changeset
2 emacs_is_beta=t
265
8efd647ea9ca Import from CVS: tag r20-5b31
cvs
parents: 263
diff changeset
3 emacs_major_version=21
474
6a8e1f20d109 [xemacs-hg @ 2001-04-18 09:07:43 by martinb]
martinb
parents: 467
diff changeset
4 emacs_minor_version=5
1964
ebb2b9148aad [xemacs-hg @ 2004-03-22 09:22:24 by stephent]
stephent
parents: 1962
diff changeset
5 emacs_beta_version=17
ebb2b9148aad [xemacs-hg @ 2004-03-22 09:22:24 by stephent]
stephent
parents: 1962
diff changeset
6 xemacs_codename="chayote"
708
512e4a478e9d [xemacs-hg @ 2001-12-20 06:08:09 by andyp]
andyp
parents: 654
diff changeset
7 emacs_kit_version=
298
70ad99077275 Import from CVS: tag r21-0b47
cvs
parents: 296
diff changeset
8 infodock_major_version=4
70ad99077275 Import from CVS: tag r21-0b47
cvs
parents: 296
diff changeset
9 infodock_minor_version=0
422
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
10 infodock_build_version=8
2105
4a21fdd04a5f [xemacs-hg @ 2004-05-31 21:50:55 by viteno]
viteno
parents: 2104
diff changeset
11 xemacs_extra_name="(+CVS-20040531)"