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, Apr 16, 9:01 PM
Unknown Object (File)
Tue, Apr 15, 11:36 AM
Unknown Object (File)
Mon, Apr 14, 10:58 AM
Unknown Object (File)
Mar 12 2025, 10:34 PM
Unknown Object (File)
Mar 8 2025, 8:50 AM
Unknown Object (File)
Feb 17 2025, 3:10 PM
Unknown Object (File)
Jan 30 2025, 5:17 AM
Unknown Object (File)
Jan 25 2025, 10:32 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

Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 27534
Build 25758: arc lint + arc unit