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
Unknown Object (File)
Wed, May 21, 12:44 AM
Unknown Object (File)
Mon, May 12, 7:53 PM
Unknown Object (File)
Mon, May 12, 7:11 PM
Unknown Object (File)
Fri, May 9, 11:06 PM
Unknown Object (File)
Apr 16 2025, 9:01 PM
Unknown Object (File)
Apr 15 2025, 11:36 AM
Unknown Object (File)
Apr 14 2025, 10:58 AM
Unknown Object (File)
Mar 12 2025, 10:34 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