https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=208076

John Baldwin <j...@freebsd.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |Not A Bug
                 CC|                            |j...@freebsd.org
             Status|New                         |Closed

--- Comment #1 from John Baldwin <j...@freebsd.org> ---
That would not be correct, no.  The buildworld process creates a new
/usr/include tree that is populated with headers from the source tree.  The
implicit -I /usr/include added by the C compiler is redirected to that path
which is why you don't see it via -I.  Something else must have been out of
whack in your environment.  You can try blowing /usr/obj away entirely.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
freebsd-bugs@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"

Reply via email to