Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/bsd/ntp/lib/libntp fix for -5, MKREPRO is not alway...
details: https://anonhg.NetBSD.org/src/rev/ed900ae1eddb
branches: trunk
changeset: 335067:ed900ae1eddb
user: christos <christos%NetBSD.org@localhost>
date: Tue Dec 23 18:56:15 2014 +0000
description:
fix for -5, MKREPRO is not always defined
diffstat:
external/bsd/ntp/lib/libntp/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 0cc7e3800b23 -r ed900ae1eddb external/bsd/ntp/lib/libntp/Makefile
--- a/external/bsd/ntp/lib/libntp/Makefile Tue Dec 23 18:48:52 2014 +0000
+++ b/external/bsd/ntp/lib/libntp/Makefile Tue Dec 23 18:56:15 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2014/12/19 20:43:20 christos Exp $
+# $NetBSD: Makefile,v 1.14 2014/12/23 18:56:15 christos Exp $
LIBISPRIVATE=yes
@@ -87,7 +87,7 @@
# The file should contain one line, like this:
# Fri Dec 27 19:28:17 EST 2013 (import)
#
-.if ${MKREPRO} == "yes"
+.if ${MKREPRO:Uno} == "yes"
IMPORTDATE_FILE := ${.PARSEDIR}/../../importdate
MKREPRO_DATE != ${TOOL_AWK} '{printf "%3s %2d %4d", $$2, $$3, $$6}' \
<${IMPORTDATE_FILE} # "Mmm DD YYYY"
Home |
Main Index |
Thread Index |
Old Index