Deleted Added
full compact
kern.pre.mk (301079) kern.pre.mk (301284)
1# $FreeBSD: head/sys/conf/kern.pre.mk 301079 2016-05-31 21:22:19Z bdrewery $
1# $FreeBSD: head/sys/conf/kern.pre.mk 301284 2016-06-03 19:25:36Z bdrewery $
2
3# Part of a unified Makefile for building kernels. This part contains all
4# of the definitions that need to be before %BEFORE_DEPEND.
5
6# Allow user to configure things that only effect src tree builds.
7# Note: This is duplicated from src.sys.mk to ensure that we include
8# /etc/src.conf when building the kernel. Kernels can be built without
9# the rest of /usr/src, but they still always process SRCCONF even though

--- 7 unchanged lines hidden (view full) ---

17
18.include <bsd.own.mk>
19.include <bsd.compiler.mk>
20.include "kern.opts.mk"
21
22# The kernel build always occurs in the object directory which is .CURDIR.
23.if ${.MAKE.MODE:Unormal:Mmeta}
24.MAKE.MODE+= curdirOk=yes
2
3# Part of a unified Makefile for building kernels. This part contains all
4# of the definitions that need to be before %BEFORE_DEPEND.
5
6# Allow user to configure things that only effect src tree builds.
7# Note: This is duplicated from src.sys.mk to ensure that we include
8# /etc/src.conf when building the kernel. Kernels can be built without
9# the rest of /usr/src, but they still always process SRCCONF even though

--- 7 unchanged lines hidden (view full) ---

17
18.include <bsd.own.mk>
19.include <bsd.compiler.mk>
20.include "kern.opts.mk"
21
22# The kernel build always occurs in the object directory which is .CURDIR.
23.if ${.MAKE.MODE:Unormal:Mmeta}
24.MAKE.MODE+= curdirOk=yes
25OP_META= .META
26.endif
27
28# Can be overridden by makeoptions or /etc/make.conf
29KERNEL_KO?= kernel
30KERNEL?= kernel
31KODIR?= /boot/${KERNEL}
32LDSCRIPT_NAME?= ldscript.$M
33LDSCRIPT?= $S/conf/${LDSCRIPT_NAME}

--- 217 unchanged lines hidden ---
25.endif
26
27# Can be overridden by makeoptions or /etc/make.conf
28KERNEL_KO?= kernel
29KERNEL?= kernel
30KODIR?= /boot/${KERNEL}
31LDSCRIPT_NAME?= ldscript.$M
32LDSCRIPT?= $S/conf/${LDSCRIPT_NAME}

--- 217 unchanged lines hidden ---