Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/tools/lint lint: fix path to installed stdbool.h for strict ...
details: https://anonhg.NetBSD.org/src/rev/c9a4bde379ba
branches: trunk
changeset: 1018165:c9a4bde379ba
user: rillig <rillig%NetBSD.org@localhost>
date: Sun Jan 24 16:22:55 2021 +0000
description:
lint: fix path to installed stdbool.h for strict bool mode
diffstat:
tools/lint/Makefile | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (22 lines):
diff -r 13e795f28c1f -r c9a4bde379ba tools/lint/Makefile
--- a/tools/lint/Makefile Sun Jan 24 16:12:45 2021 +0000
+++ b/tools/lint/Makefile Sun Jan 24 16:22:55 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2021/01/24 15:43:09 christos Exp $
+# $NetBSD: Makefile,v 1.6 2021/01/24 16:22:55 rillig Exp $
HOSTPROGNAME= ${MACHINE_GNU_PLATFORM}-lint
HOST_SRCDIR= usr.bin/xlint/xlint
@@ -11,9 +11,9 @@
STDBOOL_H=${NETBSDSRCDIR}/${HOST_SRCDIR}/strict-bool-stdbool.h
-install: ${TOOLDIR}/libdata/lint/stdbool.h
+install: ${TOOLDIR}/libdata/lint/strict-bool/stdbool.h
-${TOOLDIR}/libdata/lint/stdbool.h:: ${STDBOOL_H}
+${TOOLDIR}/libdata/lint/strict-bool/stdbool.h:: ${STDBOOL_H}
${_MKTARGET_INSTALL}
- mkdir -p ${TOOLDIR}/libdata/lint
+ mkdir -p ${.TARGET:H}
${HOST_INSTALL_FILE} -m ${NONBINMODE} ${STDBOOL_H} ${.TARGET}
Home |
Main Index |
Thread Index |
Old Index