mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-04 12:52:15 +00:00
Add ioctl.c, linux_syscalls.c, linux32_syscalls.c to beforedepend target.
These files need to be generated before mkdep is run.
This commit is contained in:
parent
dc7fc2cad8
commit
9d6690e038
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=284407
@ -23,7 +23,11 @@ NO_WERROR?= YES
|
||||
|
||||
CLEANFILES= ioctl.c kdump_subr.c kdump_subr.h
|
||||
|
||||
beforedepend: ioctl.c
|
||||
|
||||
.if (${MACHINE_ARCH} == "amd64" || ${MACHINE_ARCH} == "i386")
|
||||
beforedepend: linux_syscalls.c
|
||||
|
||||
CLEANFILES+= linux_syscalls.c
|
||||
kdump.o: linux_syscalls.c
|
||||
linux_syscalls.c: linux_syscalls.conf
|
||||
@ -31,6 +35,8 @@ linux_syscalls.c: linux_syscalls.conf
|
||||
${.CURDIR}/../../sys/${MACHINE_ARCH}/linux/syscalls.master ${.CURDIR}/linux_syscalls.conf
|
||||
.endif
|
||||
.if (${MACHINE_ARCH} == "amd64")
|
||||
beforedepend: linux32_syscalls.c
|
||||
|
||||
CLEANFILES+= linux32_syscalls.c
|
||||
kdump.o: linux32_syscalls.c
|
||||
linux32_syscalls.c: linux32_syscalls.conf
|
||||
|
Loading…
Reference in New Issue
Block a user