From: Arne Fitzenreiter Date: Wed, 2 Oct 2013 14:24:24 +0000 (+0200) Subject: Fix empty system-release. X-Git-Tag: v2.15-beta1~217 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5b6acb88c607b2b9a46365281e611706c0c12109;p=people%2Fms%2Fipfire-2.x.git Fix empty system-release. --- diff --git a/tools/make-functions b/tools/make-functions index 3ff647c516..48fc6d434d 100644 --- a/tools/make-functions +++ b/tools/make-functions @@ -454,6 +454,7 @@ ipfiremake() { CORE=$CORE \ CONFIG_ROOT=$CONFIG_ROOT \ NAME="$NAME" SNAME="$SNAME" SLOGAN="$SLOGAN" \ + SYSTEM_RELEASE="$SYSTEM_RELEASE" \ CFLAGS="$C2FLAGS" CXXFLAGS="$CXX2FLAGS" \ CCACHE_DIR=/usr/src/ccache CCACHE_COMPRESS=1 \ CCACHE_COMPILERCHECK="none" \