From 8df34cfa11525c6c1a171e70dc11c212e0718dba Mon Sep 17 00:00:00 2001 From: MilhouseVH Date: Sun, 3 Nov 2019 16:48:49 +0000 Subject: [PATCH] buildsystem: remove obsolete variable --- config/path | 2 -- 1 file changed, 2 deletions(-) diff --git a/config/path b/config/path index f6b781428c..480069ca55 100644 --- a/config/path +++ b/config/path @@ -80,8 +80,6 @@ if [[ -z "$PATH" || ( "$PATH" != "$TOOLCHAIN/bin:$TOOLCHAIN/sbin" && "$PATH" = " export PATH="$TOOLCHAIN/bin:$TOOLCHAIN/sbin${PATH:+":$PATH"}" fi -VERSION_SUFFIX=$TARGET_ARCH - # redirect formatted output export BUILD_INDENT_SIZE=4 SILENT_OUT=3