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)
Feb 20 2024, 3:16 PM
Unknown Object (File)
Dec 20 2023, 8:29 AM
Unknown Object (File)
Oct 24 2023, 9:33 AM
Unknown Object (File)
Oct 12 2023, 12:52 AM
Unknown Object (File)
Sep 16 2023, 7:43 PM
Unknown Object (File)
Aug 26 2023, 2:49 PM
Unknown Object (File)
Aug 14 2023, 1:10 AM
Unknown Object (File)
Jul 11 2023, 10:41 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