Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.sbin/zic we keep version separately now



details:   https://anonhg.NetBSD.org/src/rev/913c77517f23
branches:  trunk
changeset: 348492:913c77517f23
user:      christos <christos%NetBSD.org@localhost>
date:      Thu Oct 20 17:38:28 2016 +0000

description:
we keep version separately now

diffstat:

 usr.sbin/zic/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r c744db40814a -r 913c77517f23 usr.sbin/zic/Makefile
--- a/usr.sbin/zic/Makefile     Thu Oct 20 16:50:11 2016 +0000
+++ b/usr.sbin/zic/Makefile     Thu Oct 20 17:38:28 2016 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.18 2016/10/07 21:55:29 christos Exp $
+#      $NetBSD: Makefile,v 1.19 2016/10/20 17:38:28 christos Exp $
 
 .include "Makefile.inc"
 .include <bsd.own.mk>
@@ -8,7 +8,7 @@
 PROG=  zic
 SRCS=  zic.c
 MAN=   zic.8
-TZVERSION!= ${TOOL_SED} -ne 's/^VERSION=[      ]*//p' ${NETBSDSRCDIR}/lib/libc/time/Makefile
+TZVERSION!= ${TOOL_CAT} ${NETBSDSRCDIR}/lib/libc/time/version
 CPPFLAGS+=-DPKGVERSION='"(tzcode) "' -DTZVERSION='"${TZVERSION}"'
 
 .PATH: ${NETBSDSRCDIR}/lib/libc/time



Home | Main Index | Thread Index | Old Index