Date: Sat, 15 Jun 2019 09:45:00 +0000 (UTC) From: Marius Strobl <marius@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r349054 - head/tools/build Message-ID: <201906150945.x5F9j0TT098445@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201906150945.x5F9j0TT098445>