When MAKEOBJDIRPREFIX points to a case-insensitive file system, the build can break when different source files create the same object files (case-insensitivity speaking).
Details
Details
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
libc is one of the places that creates multiple files that only vary by one letter (case).
I'd be surprised if this is the only place that breaks, but fixing them one at a time is better than nothing.
Comment Actions
Adding my response to bdrewery@ for posterity:
No, just the first one (in a sequential build). The next one is in libcasper. I want to address them 1 at a time, because we may want different fixes for different libraries.