mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Move kernel compile directory from sys/compile/FOO to
sys/compile/${MACHINE}/FOO.
Reviewed by: arch, obrien, peter and
the USENIX terminal room secret kernel cabal
This commit is contained in:
parent
971470c36c
commit
7ef33e2e39
5 changed files with 5 additions and 5 deletions
|
|
@ -29,7 +29,7 @@ STD8X16FONT?= iso
|
|||
.if exists(./@/.)
|
||||
S= ./@
|
||||
.else
|
||||
S= ../..
|
||||
S= ../../..
|
||||
.endif
|
||||
.endif
|
||||
M= ${MACHINE_ARCH}
|
||||
|
|
|
|||
|
|
@ -29,7 +29,7 @@ STD8X16FONT?= iso
|
|||
.if exists(./@/.)
|
||||
S= ./@
|
||||
.else
|
||||
S= ../..
|
||||
S= ../../..
|
||||
.endif
|
||||
.endif
|
||||
M= ${MACHINE_ARCH}
|
||||
|
|
|
|||
|
|
@ -39,7 +39,7 @@ STD8X16FONT?= iso
|
|||
.if exists(./@/.)
|
||||
S= ./@
|
||||
.else
|
||||
S= ../..
|
||||
S= ../../..
|
||||
.endif
|
||||
.endif
|
||||
M= ${MACHINE_ARCH}
|
||||
|
|
|
|||
|
|
@ -31,7 +31,7 @@ KODIR?= /boot/${KERNEL}
|
|||
.if exists(./@/.)
|
||||
S= ./@
|
||||
.else
|
||||
S= ../..
|
||||
S= ../../..
|
||||
.endif
|
||||
.endif
|
||||
M= ${MACHINE_ARCH}
|
||||
|
|
|
|||
|
|
@ -32,7 +32,7 @@ STD8X16FONT?= iso
|
|||
.if exists(./@/.)
|
||||
S= ./@
|
||||
.else
|
||||
S= ../..
|
||||
S= ../../..
|
||||
.endif
|
||||
.endif
|
||||
M= ${MACHINE_ARCH}
|
||||
|
|
|
|||
Loading…
Reference in a new issue