Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/tools Add a date tool
details: https://anonhg.NetBSD.org/src/rev/d3c7297609b2
branches: trunk
changeset: 379288:d3c7297609b2
user: christos <christos%NetBSD.org@localhost>
date: Wed May 26 20:19:15 2021 +0000
description:
Add a date tool
diffstat:
tools/Makefile | 4 ++--
tools/date/Makefile | 6 ++++++
2 files changed, 8 insertions(+), 2 deletions(-)
diffs (28 lines):
diff -r fcf0ecb8da64 -r d3c7297609b2 tools/Makefile
--- a/tools/Makefile Wed May 26 14:48:02 2021 +0000
+++ b/tools/Makefile Wed May 26 20:19:15 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.209 2021/05/06 13:23:36 rin Exp $
+# $NetBSD: Makefile,v 1.210 2021/05/26 20:19:15 christos Exp $
.include <bsd.own.mk>
.include <bsd.endian.mk>
@@ -91,7 +91,7 @@ dependall-binstall: dependall-compat
# Dependencies in SUBDIR below ordered to maximize parallel ability.
# See above for special treatment for host-mkdep, compat, and binstall.
#
-SUBDIR= host-mkdep compat binstall \
+SUBDIR= host-mkdep compat binstall date \
.WAIT mktemp .WAIT sed .WAIT genassym
.if ${TOOLS_BUILDRUMP} == "no"
SUBDIR+= cap_mkdb crunchgen ctags gencat hexdump \
diff -r fcf0ecb8da64 -r d3c7297609b2 tools/date/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/tools/date/Makefile Wed May 26 20:19:15 2021 +0000
@@ -0,0 +1,6 @@
+# $NetBSD: Makefile,v 1.1 2021/05/26 20:19:15 christos Exp $
+
+HOSTPROGNAME= ${_TOOL_PREFIX}date
+HOST_SRCDIR= bin/date
+
+.include "${.CURDIR}/../Makefile.host"
Home |
Main Index |
Thread Index |
Old Index