From: Martin Kudlacek Date: Wed, 8 Sep 2021 07:50:57 +0000 (+0200) Subject: The bob-the-builder:/ci-scripts/include.sh now shows all defined variable, which... X-Git-Url: http://git.graph-it.com/?a=commitdiff_plain;h=48f5dd0004f0c66ebec4bbbed0cb320457f5a195;p=graphit%2Funipi-kernel.git The bob-the-builder:/ci-scripts/include.sh now shows all defined variable, which needs to be send to null --- diff --git a/debian/rules.arm64 b/debian/rules.arm64 index 333c2de..6972822 100755 --- a/debian/rules.arm64 +++ b/debian/rules.arm64 @@ -14,7 +14,7 @@ #export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed export DEB_LDFLAGS_SET = -zrelro -DEBIAN_VERSION=$(shell . /ci-scripts/include.sh ; echo $${DEBIAN_VERSION}) +DEBIAN_VERSION=$(shell . /ci-scripts/include.sh >/dev/null; echo $${DEBIAN_VERSION}) PLATFORM=$(shell echo $${PLATFORM:-axon}) CONTROL_INC=$(PLATFORM) diff --git a/debian/rules.armhf b/debian/rules.armhf index aacb15c..cc5d886 100755 --- a/debian/rules.armhf +++ b/debian/rules.armhf @@ -14,7 +14,7 @@ #export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed export DEB_LDFLAGS_SET = -zrelro -DEBIAN_VERSION=$(shell . /ci-scripts/include.sh ; echo $${DEBIAN_VERSION}) +DEBIAN_VERSION=$(shell . /ci-scripts/include.sh >/dev/null; echo $${DEBIAN_VERSION}) PLATFORM=$(shell echo $${PLATFORM:-neuron}) ifeq ($(DEBIAN_VERSION),stretch)