mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-05 09:14:03 +00:00
Since truss also uses kdump's mkioctls script, pass the value of ${CPP}
there too, similar to r234058. MFC after: 1 week
This commit is contained in:
parent
bcd6068179
commit
085e2c2102
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=234060
@ -23,7 +23,7 @@ syscalls.h: syscalls.master
|
||||
${.CURDIR}/i386.conf
|
||||
|
||||
ioctl.c: ${.CURDIR}/../kdump/mkioctls
|
||||
env MACHINE=${MACHINE} \
|
||||
env MACHINE=${MACHINE} CPP="${CPP}" \
|
||||
/bin/sh ${.CURDIR}/../kdump/mkioctls return ${DESTDIR}/usr/include > ${.TARGET}
|
||||
|
||||
.if ${MACHINE_CPUARCH} == "i386"
|
||||
|
Loading…
Reference in New Issue
Block a user