svn commit: r349054 - head/tools/build

Marius Strobl marius at FreeBSD.org
Sat Jun 15 09:45:01 UTC 2019


Author: marius
Date: Sat Jun 15 09:45:00 2019
New Revision: 349054
URL: https://svnweb.freebsd.org/changeset/base/349054

Log:
  Add <sys/dnv.h> required for libnv to SYSINCS, too, apparently missed
  in r336335.

Modified:
  head/tools/build/Makefile

Modified: head/tools/build/Makefile
==============================================================================
--- head/tools/build/Makefile	Sat Jun 15 09:30:11 2019	(r349053)
+++ head/tools/build/Makefile	Sat Jun 15 09:45:00 2019	(r349054)
@@ -70,7 +70,8 @@ SUBDIR=		cross-build
 .endif
 
 # Needed to build config (since it uses libnv)
-SYSINCS+=	${SRCTOP}/sys/sys/nv.h ${SRCTOP}/sys/sys/cnv.h
+SYSINCS+=	${SRCTOP}/sys/sys/nv.h ${SRCTOP}/sys/sys/cnv.h \
+		${SRCTOP}/sys/sys/dnv.h
 
 # We want to run the build with only ${WORLDTMP} in $PATH to ensure we don't
 # accidentally run tools that are incompatible but happen to be in $PATH.


More information about the svn-src-all mailing list