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
F168117475: D22381.id64372.diff
Wed, Aug 26, 11:27 AM
F167977879: D22381.id64372.diff
Tue, Aug 25, 5:37 PM
F167936492: D22381.id.diff
Tue, Aug 25, 12:37 PM
Unknown Object (File)
Tue, Aug 25, 10:00 AM
Unknown Object (File)
Mon, Aug 24, 3:38 PM
Unknown Object (File)
Sun, Aug 23, 9:20 PM
Unknown Object (File)
Fri, Aug 21, 6:02 PM
Unknown Object (File)
Fri, Aug 21, 10:07 AM
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