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.)
thorpej-altq-separation
lukem 2023-06-04 16:53:59 +00:00
parent 1479973b8d
commit cf9c9d4dc8
1 changed files with 7 additions and 2 deletions

View File

@ -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