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, Aug 26, 3:20 PM
Unknown Object (File)
Wed, Aug 26, 11:27 AM
Unknown Object (File)
Tue, Aug 25, 5:37 PM
Unknown Object (File)
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
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