svn commit: r307544 - head/usr.bin/mkimg

Marcel Moolenaar marcel at xcllnt.net
Tue Oct 18 05:26:25 UTC 2016


On October 17, 2016 at 8:34:11 PM, Ngie Cooper (yaneurabeya at gmail.com) wrote:

> On Oct 17, 2016, at 18:55, Marcel Moolenaar <marcel at FreeBSD.org> wrote: 
>
*snip*

> +CFLAGS+=-I${SRCTOP}/sys/sys/disk 

Isn't it a better app idea to maintain the disk/ namespace for includes? 
Thanks! 
You mean, add -I${SRCTOP}//sys/sys on the compile line and change the code to use #include <disk/foo.h>?

Unfortunately, that creates conflicts with header files that are included as <stdfoo.h> and match headers we have under sys/sys.


-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: Message signed with OpenPGP using AMPGpg
URL: <http://lists.freebsd.org/pipermail/svn-src-head/attachments/20161017/f9187098/attachment.sig>


More information about the svn-src-head mailing list