Module Name:    src
Committed By:   lukem
Date:           Sun Jun  4 16:54:00 UTC 2023

Modified Files:
        src/tools: Makefile.host

Log Message:
tools: revert use of <bsd.hostinit.mk>

tools/Makefile.host revision 1.35 changed from
  setting various NOxxx variables and .include <bsd.own.mk>
to
  .include <bsd.hostinit.mk>
which sets the same NOxxx variables, .include <bsd.init.mk>
which optionally .include ../Makefile.inc before .include <bsd.own.mk>.

This chnage caused build failures with HAVE_LLVM=yes, so revert rev 1.35.
(Maybe to do with the .include ../Makefile.inc. The tools/llvm* build is
tricky, and it's easier to revert this change than debug.)


To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 src/tools/Makefile.host

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/tools/Makefile.host
diff -u src/tools/Makefile.host:1.35 src/tools/Makefile.host:1.36
--- src/tools/Makefile.host:1.35	Sun Jun  4 10:00:20 2023
+++ src/tools/Makefile.host	Sun Jun  4 16:53:59 2023
@@ -1,6 +1,11 @@
-#	$NetBSD: Makefile.host,v 1.35 2023/06/04 10:00:20 lukem Exp $
+#	$NetBSD: Makefile.host,v 1.36 2023/06/04 16:53:59 lukem Exp $
 
-.include <bsd.hostinit.mk>
+NOINFO=         # defined
+NOLINT=         # defined
+NOMAN=          # defined
+MKREPRO=no	# Native toolchain might be unable to do it
+
+.include <bsd.own.mk>
 
 .ifndef NOCOMPATLIB
 # Use TOOLDIR copy of libnbcompat and associated *.h files

Reply via email to