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
F170769406: D22381.id.diff
Sun, Sep 6, 1:00 PM
F170753048: D22381.diff
Sun, Sep 6, 10:23 AM
F170652810: D22381.id64380.diff
Sat, Sep 5, 8:08 PM
F170652781: D22381.id64380.diff
Sat, Sep 5, 8:08 PM
F170619909: D22381.id64380.diff
Sat, Sep 5, 4:28 PM
F170595676: D22381.diff
Sat, Sep 5, 1:53 PM
Unknown Object (File)
Tue, Sep 1, 3:04 PM
Unknown Object (File)
Tue, Sep 1, 5:35 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

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable