mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-22 08:53:41 +01:00
DIRDEPS_BUILD: Build the kernel in the same place as buildkernel would.
Sponsored by: EMC / Isilon Storage Division
This commit is contained in:
parent
07ed5ac100
commit
863ad6d555
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=300798
@ -5,7 +5,7 @@ KERNCONF?= ${KERNEL:UGENERIC}
|
||||
|
||||
TARGET?= ${MACHINE}
|
||||
# keep this compatible with peoples expectations...
|
||||
KERN_OBJDIR= ${OBJTOP}/sys/compile/${KERNCONF}
|
||||
KERN_OBJDIR= ${OBJTOP}/sys/${KERNCONF}
|
||||
KERN_CONFDIR= ${SRCTOP}/sys/${TARGET}/conf
|
||||
|
||||
CONFIG= ${STAGE_HOST_OBJTOP}/usr/sbin/config
|
||||
|
Loading…
Reference in New Issue
Block a user