summaryrefslogtreecommitdiffstats
path: root/sys/vm/vm_contig.c
diff options
context:
space:
mode:
authordim <dim@FreeBSD.org>2012-01-27 18:29:03 +0000
committerdim <dim@FreeBSD.org>2012-01-27 18:29:03 +0000
commitee292f1f00c3658b64c10f59158dda32531a8afb (patch)
tree98c291bc2f3d73d4997cb622e7c2b948fbddb233 /sys/vm/vm_contig.c
parent7d5ab4d392e0d512c30a6860b8b5744bbbd86a57 (diff)
downloadFreeBSD-src-ee292f1f00c3658b64c10f59158dda32531a8afb.zip
FreeBSD-src-ee292f1f00c3658b64c10f59158dda32531a8afb.tar.gz
When the buildkernel stage 2.3 (build tools) runs, the PATH is still set
to the default from the top-level Makefile. Therefore, invocations of lex and yacc (used during building of aicasm) will use the executables in /usr/bin, not those optionally built during the previous buildworld or kernel-toolchain. This makes kernel builds from older FreeBSD releases more difficult than necessary. Fix this by setting PATH to ${BPATH}:${PATH} in stage 2.3, so the bootstrap tools directories are searched before the regular ones. Silence from: svn-src-{all,head} MFC after: 1 week
Diffstat (limited to 'sys/vm/vm_contig.c')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud