From e0b5bfc7d813838e16f0f166d3262dacd2088485 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Soko=C5=82owski?= Date: Tue, 21 Apr 2020 12:32:18 +0200 Subject: [PATCH] nix: completely remove legacy TARGET_OS variable MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jakub SokoĊ‚owski --- Makefile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Makefile b/Makefile index 207702e90d..8337f8e4b4 100644 --- a/Makefile +++ b/Makefile @@ -41,10 +41,6 @@ export REACT_SERVER_PORT ?= 5001 export NIX_CONF_DIR = $(PWD)/nix # Defines which variables will be kept for Nix pure shell, use semicolon as divider export _NIX_KEEP ?= TMPDIR,BUILD_ENV,STATUS_GO_SRC_OVERRIDE,NIMBUS_SRC_OVERRIDE -# legacy TARGET_OS variable support -ifdef TARGET_OS -export TARGET ?= $(TARGET_OS) -endif # Useful for Andoird release builds TMP_BUILD_NUMBER := $(shell ./scripts/version/gen_build_no.sh | cut -c1-10)