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
F172467957: D22381.id.diff
Fri, Sep 18, 4:35 PM
Unknown Object (File)
Sun, Sep 13, 8:45 AM
Unknown Object (File)
Sat, Sep 12, 10:58 AM
Unknown Object (File)
Sun, Sep 6, 3:37 PM
Unknown Object (File)
Sun, Sep 6, 1:00 PM
Unknown Object (File)
Sun, Sep 6, 10:23 AM
Unknown Object (File)
Sat, Sep 5, 8:08 PM
Unknown Object (File)
Sat, Sep 5, 8:08 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