Source-Changes-D archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: src



    Date:        Fri, 17 Feb 2017 22:28:32 +0100
    From:        Kamil Rytarowski <n54%gmx.com@localhost>
    Message-ID:  <1f5043f2-b004-f558-bd66-cc96675ab4ed%gmx.com@localhost>


  | 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



Home | Main Index | Thread Index | Old Index