]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
When MAKEOBJDIRPREFIX points to a case-insensitive file system, the
authormarcel <marcel@FreeBSD.org>
Fri, 16 Sep 2016 03:04:48 +0000 (03:04 +0000)
committermarcel <marcel@FreeBSD.org>
Fri, 16 Sep 2016 03:04:48 +0000 (03:04 +0000)
commit3c1e70ef7010c29ef35a0ab36caa8fccf4853837
treeeb3d70fdd3f7d03b7aa65800e9b5af28e325bfe0
parent86651d82f7cb1b516521ecf6321afe82d41d9bae
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).  This is the case for _Exit.c
and _exit.s.  Compile _Exit.c as C99_Exit.c

Reviewed by: sjg@
MFC after: completion
Sponsored by: Bracket Computing
Differential Revision: https://reviews.freebsd.org/D7893
lib/libc/stdlib/Makefile.inc