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
6d4c97bec8
commit
c5f2abfa6d
@ -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…
x
Reference in New Issue
Block a user