<p>osmith has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/13512">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">make/Makefile: fix recursive 'PULL' error<br><br>Don't abort with the following error, when running 'make' without<br>setting the PULL environment variable:<br><br> ../make/Makefile:20: *** Recursive variable 'PULL' references itself (eventually). Stop.<br><br>This fixes a regression from Change-Id<br>I1076bbb7d77bdc99f5d60d641c09ce965fb9dfc6.<br><br>Related: OS#3869<br>Change-Id: I4b4772e9ed6e07ab00943154265c9cbdea22a2f5<br>---<br>M make/Makefile<br>1 file changed, 1 insertion(+), 1 deletion(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.osmocom.org:29418/docker-playground refs/changes/12/13512/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/make/Makefile b/make/Makefile</span><br><span>index d4e3c22..7dfa795 100644</span><br><span>--- a/make/Makefile</span><br><span>+++ b/make/Makefile</span><br><span>@@ -17,7 +17,7 @@</span><br><span> USERNAME?=$(USER)</span><br><span> NAME?=$(shell basename $(CURDIR))</span><br><span> OSMO_TTCN3_BRANCH?=master</span><br><span style="color: hsl(0, 100%, 40%);">-PULL?=$(PULL)</span><br><span style="color: hsl(120, 100%, 40%);">+PULL?=</span><br><span> </span><br><span> RELEASE_SUPPORT := $(shell dirname $(abspath $(lastword $(MAKEFILE_LIST))))/.make-release-support</span><br><span> IMAGE?=$(REGISTRY_HOST)/$(USER)/$(NAME)</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/13512">change 13512</a>. To unsubscribe, or for help writing mail filters, visit <a href="https://gerrit.osmocom.org/settings">settings</a>.</p><div itemscope itemtype="http://schema.org/EmailMessage"><div itemscope itemprop="action" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="https://gerrit.osmocom.org/13512"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: docker-playground </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>
<div style="display:none"> Gerrit-Change-Id: I4b4772e9ed6e07ab00943154265c9cbdea22a2f5 </div>
<div style="display:none"> Gerrit-Change-Number: 13512 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: osmith <osmith@sysmocom.de> </div>