Date: Fri, 17 Feb 2017 22:28:32 +0100
From: Kamil Rytarowski <[email protected]>
Message-ID: <[email protected]>
| Thank you for your feedback. I was required to manually remove old files
| in order to regenerate locally new siginfo.c..
That means you didn't do "make includes" first before building. build.sh
does.
For whatever reason, the siginfo.c file depends upon ${DESTDIR}/usr/include/...
rather than ../../src/sys/... (perhaps in order to allow the same Makefile.inc
to be used from multiple places, I am not sure - the usual reason for this is
to depend upon an arch or machine dependant .h file, which this is not.)
kre