mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-23 11:18:54 +00:00
Revert r264132, disconnecting sys/boot/amd64 for now
Some 64-bit Ficl warnings broke tinderbox builds.
This commit is contained in:
parent
faff39aaef
commit
6d2723543a
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=264260
@ -9,12 +9,9 @@ SUBDIR+= ficl
|
||||
.endif
|
||||
|
||||
# Pick the machine-dependent subdir based on the target architecture.
|
||||
ADIR= ${MACHINE:S/powerpc64/powerpc/}
|
||||
ADIR= ${MACHINE:S/amd64/i386/:S/powerpc64/powerpc/}
|
||||
.if exists(${.CURDIR}/${ADIR}/.)
|
||||
SUBDIR+= ${ADIR}
|
||||
.endif
|
||||
.if ${MACHINE} == "amd64"
|
||||
SUBDIR+= i386
|
||||
.endif
|
||||
|
||||
.include <bsd.subdir.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user