Makefile: unexport 'PLATFORM' and 'OS' environment variables
authorThomas De Schampheleire <thomas.de_schampheleire@nokia.com>
Tue, 5 Feb 2019 11:03:42 +0000 (12:03 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Tue, 5 Feb 2019 14:22:30 +0000 (15:22 +0100)
commitd3e535a839a893d4721240278fada4652544b60c
tree99d4de316bc19e6791f869d0a13bb7d362338254
parent611835ce2febda3ff278f4b0c665f5f4fb9fa2a0
Makefile: unexport 'PLATFORM' and 'OS' environment variables

Some package builds may fail when environment variables are present with the
same names as make variables in a package. This is a bigger problem for
environment variables with generic names, like 'PLATFORM' and 'OS'.

'PLATFORM' is for example a problem for host-acl.

Signed-off-by: Thomas De Schampheleire <thomas.de_schampheleire@nokia.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Makefile