svn commit: r327847 - stable/10/usr.bin/kdump
Bryan Drewery
bdrewery at FreeBSD.org
Thu Jan 11 21:31:11 UTC 2018
Author: bdrewery
Date: Thu Jan 11 21:31:10 2018
New Revision: 327847
URL: https://svnweb.freebsd.org/changeset/base/327847
Log:
MFC r284406:
Use cpp -I$includedir
Modified:
stable/10/usr.bin/kdump/mkioctls
Directory Properties:
stable/10/ (props changed)
Modified: stable/10/usr.bin/kdump/mkioctls
==============================================================================
--- stable/10/usr.bin/kdump/mkioctls Thu Jan 11 21:17:05 2018 (r327846)
+++ stable/10/usr.bin/kdump/mkioctls Thu Jan 11 21:31:10 2018 (r327847)
@@ -39,7 +39,7 @@ case "${MACHINE}" in
esac
awk -v x="$ioctl_includes" 'BEGIN {print x}' |
- $CPP -nostdinc -I$1 -dM -DCOMPAT_43TTY - |
+ $CPP -nostdinc -I$includedir -dM -DCOMPAT_43TTY - |
awk -v ioctl_includes="$ioctl_includes" -v style="$style" '
BEGIN {
print "/* XXX obnoxious prerequisites. */"
More information about the svn-src-stable-10
mailing list