Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/etc use the date tool
details: https://anonhg.NetBSD.org/src/rev/1982cd2788ab
branches: trunk
changeset: 983476:1982cd2788ab
user: christos <christos%NetBSD.org@localhost>
date: Wed May 26 20:22:28 2021 +0000
description:
use the date tool
diffstat:
etc/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 425f02853ea0 -r 1982cd2788ab etc/Makefile
--- a/etc/Makefile Wed May 26 20:21:52 2021 +0000
+++ b/etc/Makefile Wed May 26 20:22:28 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.449 2020/12/29 16:46:44 martin Exp $
+# $NetBSD: Makefile,v 1.450 2021/05/26 20:22:28 christos Exp $
# from: @(#)Makefile 8.7 (Berkeley) 5/25/95
# Environment variables without default values:
@@ -77,7 +77,7 @@
BUILD_DATE!= date -u
.else
PAX_TIMESTAMP=--timestamp "${MKREPRO_TIMESTAMP}"
-BUILD_DATE!= date -u -r "${MKREPRO_TIMESTAMP}"
+BUILD_DATE!= ${TOOL_DATE} -u -r "${MKREPRO_TIMESTAMP}"
.endif
# MD Makefile.inc may append MD targets to BIN[123]. Make sure all
Home |
Main Index |
Thread Index |
Old Index