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:
parent
1a17ca5f2a
commit
a09f4b4d12
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=296706
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -18,7 +18,7 @@ CFLAGS+= -Wformat -Wall
|
||||
|
||||
.if ${MACHINE_CPUARCH} == "amd64"
|
||||
CLEANFILES+= machine
|
||||
machine:
|
||||
machine: .NOMETA
|
||||
ln -sf ${.CURDIR}/../../../i386/include machine
|
||||
.endif
|
||||
|
||||
|
@ -60,7 +60,7 @@ CFLAGS+= ${FORMAT_EXTENSIONS}
|
||||
|
||||
.if ${MACHINE_CPUARCH} == "amd64"
|
||||
CLEANFILES+= machine
|
||||
machine:
|
||||
machine: .NOMETA
|
||||
ln -sf ${.CURDIR}/../../../i386/include machine
|
||||
.endif
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -53,7 +53,7 @@ softcore.c: ${SOFTWORDS} softcore.awk
|
||||
#
|
||||
#beforedepend ${OBJS}: machine
|
||||
#
|
||||
#machine:
|
||||
#machine: .NOMETA
|
||||
# ln -sf ${.CURDIR}/../../i386/include machine
|
||||
#
|
||||
#CLEANFILES+= machine
|
||||
|
@ -21,7 +21,7 @@ CFLAGS+= -Wformat -Wall
|
||||
|
||||
.if ${MACHINE_CPUARCH} == "amd64"
|
||||
CLEANFILES+= machine
|
||||
machine:
|
||||
machine: .NOMETA
|
||||
ln -sf ${.CURDIR}/../../i386/include machine
|
||||
.endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user