1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-13 14:40:22 +00:00

Add more .NOMETA missed in r291320

Sponsored by:	EMC / Isilon Storage Division
This commit is contained in:
Bryan Drewery 2016-03-11 23:45:51 +00:00
parent 1a17ca5f2a
commit a09f4b4d12
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=296706
16 changed files with 18 additions and 18 deletions

View File

@ -124,13 +124,13 @@ beforedepend ${OBJS}: machine
CLEANFILES+= machine
machine:
machine: .NOMETA
ln -sf ${.CURDIR}/../../../${MACHINE}/include machine
.if ${MACHINE_CPUARCH} == "amd64" || ${MACHINE_CPUARCH} == "i386"
beforedepend ${OBJS}: x86
CLEANFILES+= x86
x86:
x86: .NOMETA
ln -sf ${.CURDIR}/../../../x86/include x86
.endif

View File

@ -27,7 +27,7 @@ CFLAGS+= -I${.CURDIR}/../../fdt
# Pick up the bootstrap header for some interface items
CFLAGS+= -I${.CURDIR}/../../common -I${.CURDIR}/../../.. -I.
machine:
machine: .NOMETA
ln -sf ${.CURDIR}/../../../${MACHINE}/include machine
CLEANFILES+= machine

View File

@ -131,13 +131,13 @@ beforedepend ${OBJS}: machine
CLEANFILES+= machine
machine:
machine: .NOMETA
ln -sf ${.CURDIR}/../../../${MACHINE}/include machine
.if ${MACHINE_CPUARCH} == "amd64" || ${MACHINE_CPUARCH} == "i386"
beforedepend ${OBJS}: x86
CLEANFILES+= x86
x86:
x86: .NOMETA
ln -sf ${.CURDIR}/../../../x86/include x86
.endif

View File

@ -75,7 +75,7 @@ ${SRCS:M*.c:R:S/$/.o/g}: machine
beforedepend ${OBJS}: machine
.endif
machine:
machine: .NOMETA
ln -sf ${.CURDIR}/../../i386/include machine
CLEANFILES+= machine

View File

@ -74,7 +74,7 @@ gptboot.o: ${.CURDIR}/../../common/ufsread.c
.if ${MACHINE_CPUARCH} == "amd64"
beforedepend gptboot.o: machine
CLEANFILES+= machine
machine:
machine: .NOMETA
ln -sf ${.CURDIR}/../../../i386/include machine
.endif

View File

@ -72,7 +72,7 @@ zfsboot.o: ${.CURDIR}/../../zfs/zfsimpl.c
.if ${MACHINE_CPUARCH} == "amd64"
beforedepend zfsboot.o: machine
CLEANFILES+= machine
machine:
machine: .NOMETA
ln -sf ${.CURDIR}/../../../i386/include machine
.endif

View File

@ -18,7 +18,7 @@ CFLAGS+= -Wformat -Wall
.if ${MACHINE_CPUARCH} == "amd64"
CLEANFILES+= machine
machine:
machine: .NOMETA
ln -sf ${.CURDIR}/../../../i386/include machine
.endif

View File

@ -60,7 +60,7 @@ CFLAGS+= ${FORMAT_EXTENSIONS}
.if ${MACHINE_CPUARCH} == "amd64"
CLEANFILES+= machine
machine:
machine: .NOMETA
ln -sf ${.CURDIR}/../../../i386/include machine
.endif

View File

@ -125,6 +125,6 @@ LDADD= ${LIBFICL} ${LIBFIREWIRE} ${LIBZFSBOOT} ${LIBI386} ${LIBSTAND}
beforedepend ${OBJS}: machine
CLEANFILES+= machine
CFLAGS+= -DLOADER_PREFER_AMD64
machine:
machine: .NOMETA
ln -sf ${.CURDIR}/../../../i386/include machine
.endif

View File

@ -85,7 +85,7 @@ SRCS= zfsboot.c
.if ${MACHINE_CPUARCH} == "amd64"
beforedepend zfsboot.o: machine
CLEANFILES+= machine
machine:
machine: .NOMETA
ln -sf ${.CURDIR}/../../../i386/include machine
.endif

View File

@ -23,6 +23,6 @@ CFLAGS+= -m32 -I.
.if ${MACHINE_CPUARCH} == "amd64"
CLEANFILES+= machine
beforedepend ${OBJS}: machine
machine:
machine: .NOMETA
ln -fs ${.CURDIR}/../../i386/include machine
.endif

View File

@ -25,7 +25,7 @@ SRCS+= ppc64_elf_freebsd.c
CFLAGS+= -DDISK_DEBUG
.endif
machine:
machine: .NOMETA
ln -sf ${.CURDIR}/../../../${MACHINE_CPUARCH}/include machine
CLEANFILES+= machine

View File

@ -23,7 +23,7 @@ CFLAGS+= -I${.CURDIR}/../../fdt
# Pick up the bootstrap header for some interface items
CFLAGS+= -I${.CURDIR}/../../common -I${.CURDIR}/../../.. -I.
machine:
machine: .NOMETA
ln -sf ${.CURDIR}/../../../${MACHINE_CPUARCH}/include machine
CLEANFILES+= machine

View File

@ -41,7 +41,7 @@ CFLAGS+= -I${.CURDIR}/../../common -I${.CURDIR}/../../.. -I.
CFLAGS+= -DDISK_DEBUG
.endif
machine:
machine: .NOMETA
ln -sf ${.CURDIR}/../../../${MACHINE_CPUARCH}/include machine
CLEANFILES+= machine

View File

@ -53,7 +53,7 @@ softcore.c: ${SOFTWORDS} softcore.awk
#
#beforedepend ${OBJS}: machine
#
#machine:
#machine: .NOMETA
# ln -sf ${.CURDIR}/../../i386/include machine
#
#CLEANFILES+= machine

View File

@ -21,7 +21,7 @@ CFLAGS+= -Wformat -Wall
.if ${MACHINE_CPUARCH} == "amd64"
CLEANFILES+= machine
machine:
machine: .NOMETA
ln -sf ${.CURDIR}/../../i386/include machine
.endif