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:
Warner Losh 2001-06-30 06:29:47 +00:00
parent 971470c36c
commit 7ef33e2e39
5 changed files with 5 additions and 5 deletions

View file

@ -29,7 +29,7 @@ STD8X16FONT?= iso
.if exists(./@/.)
S= ./@
.else
S= ../..
S= ../../..
.endif
.endif
M= ${MACHINE_ARCH}

View file

@ -29,7 +29,7 @@ STD8X16FONT?= iso
.if exists(./@/.)
S= ./@
.else
S= ../..
S= ../../..
.endif
.endif
M= ${MACHINE_ARCH}

View file

@ -39,7 +39,7 @@ STD8X16FONT?= iso
.if exists(./@/.)
S= ./@
.else
S= ../..
S= ../../..
.endif
.endif
M= ${MACHINE_ARCH}

View file

@ -31,7 +31,7 @@ KODIR?= /boot/${KERNEL}
.if exists(./@/.)
S= ./@
.else
S= ../..
S= ../../..
.endif
.endif
M= ${MACHINE_ARCH}

View file

@ -32,7 +32,7 @@ STD8X16FONT?= iso
.if exists(./@/.)
S= ./@
.else
S= ../..
S= ../../..
.endif
.endif
M= ${MACHINE_ARCH}