git: build - Make sure /usr/local/bin is NOT in the $PATH for kernel
Matthew Dillon
dillon at crater.dragonflybsd.org
Fri May 3 21:48:15 PDT 2019
commit 50b159a79e5f13e6ace8ff62349b917b1288063f
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date: Fri May 3 21:46:16 2019 -0700
build - Make sure /usr/local/bin is NOT in the $PATH for kernel
* Make sure /usr/local/bin is NOT in the $PATH when building the
kernel. If it is, a dports-installed binutils can cause an
incompatible linker (e.g. one that doesn't recognize LDVER, for
example) to be used, blowing up incremental builds between
buildkernel, nativekernel, and manual builds from the object
directory ( /usr/obj/usr/src/sys/<KERNEL_CONFIG> ).
Summary of changes:
sys/conf/kern.pre.mk | 14 ++++++++++++++
1 file changed, 14 insertions(+)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/50b159a79e5f13e6ace8ff62349b917b1288063f
--
DragonFly BSD source repository
More information about the Commits
mailing list