From 7539ab6c5bb02142079286003573a6bfbf1f67bb Mon Sep 17 00:00:00 2001 From: Thomas De Schampheleire Date: Tue, 5 Feb 2019 12:03:42 +0100 Subject: [PATCH] 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 Signed-off-by: Peter Korsgaard (cherry picked from commit d3e535a839a893d4721240278fada4652544b60c) Signed-off-by: Peter Korsgaard --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index c07ff3dae5..2ee7f92aa9 100644 --- a/Makefile +++ b/Makefile @@ -431,6 +431,8 @@ unexport TERMINFO unexport MACHINE unexport O unexport GCC_COLORS +unexport PLATFORM +unexport OS GNU_HOST_NAME := $(shell support/gnuconfig/config.guess)