Date: 08 Jul 1998 21:34:26 +0200 From: finrod@niobe.ewox.org (Dag-Erling Coidan Smørgrav) To: hackers@FreeBSD.ORG Subject: Y2K compliance Message-ID: <86yau4b0hp.fsf@niobe.ewox.org>
next in thread | raw e-mail | index | archive | help
I feel like committing the following patch to /usr/src/release/Makefile:
Index: Makefile
===================================================================
RCS file: /home/ncvs/src/release/Makefile,v
retrieving revision 1.359
diff -u -r1.359 Makefile
--- Makefile 1998/06/26 18:54:06 1.359
+++ Makefile 1998/07/08 18:54:19
@@ -17,7 +17,7 @@
#BUILDNAME=2.2-RELEASE
#
# Automatic SNAP versioning:
-DATE != date +%y%m%d
+DATE != date +%Y%m%d
BASE = 3.0
BUILDNAME?=${BASE}-${DATE}-SNAP
#
I mentioned this to Jordan once before I got commits, but his reply
was "we'll get around to it some day".
Niobe is running make release with that patch right now, but I don't
think I'll encounter any trouble. The only thing I can think of that
it might break is ordering, i.e. if anybody is relying on collating
order to sort snapshots, since 1998 is lexically less than 98.
Comments?
DES
--
Sorry, no .sig today.
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-hackers" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?86yau4b0hp.fsf>
