Page MenuHomeFreeBSD

Use __ as the separator for the exported vars in bsd.compiler/linker.mk
ClosedPublic

Authored by arichardson on Nov 15 2019, 3:41 PM.
Tags
None
Referenced Files
F136004618: D22381.id64380.diff
Sat, Nov 15, 12:21 AM
F135987932: D22381.id64372.diff
Fri, Nov 14, 8:47 PM
Unknown Object (File)
Fri, Nov 14, 2:28 AM
Unknown Object (File)
Fri, Nov 14, 2:28 AM
Unknown Object (File)
Fri, Nov 14, 2:28 AM
Unknown Object (File)
Fri, Nov 14, 2:26 AM
Unknown Object (File)
Thu, Oct 30, 11:34 PM
Unknown Object (File)
Sat, Oct 25, 7:22 PM
Subscribers

Details

Summary

By using '__' instead of '.' as the separator we can also support systems
that use dash as /bin/sh (it's the default shell on Ubuntu/Debian). Dash
will unset any environment variables that use a non alphanumeric+undedscore
character and therefore submakes will fail to import the COMPILER_*
variables if we use '.' as the separator.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable