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
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=79014
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}