<p>osmith has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/c/osmo-dev/+/26543">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">gen_makefile.py: fix find errors<br><br>Don't print find errors if not all dirs were cloned. Found this also<br>while running osmo-dev on a fresh install.<br><br>Change-Id: I7955fedc96484e5703073b63906a03477452db6e<br>---<br>M gen_makefile.py<br>1 file changed, 2 insertions(+), 2 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.osmocom.org:29418/osmo-dev refs/changes/43/26543/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/gen_makefile.py b/gen_makefile.py</span><br><span>index 7c780a5..9eb2d94 100755</span><br><span>--- a/gen_makefile.py</span><br><span>+++ b/gen_makefile.py</span><br><span>@@ -177,7 +177,7 @@</span><br><span>     -name "Makefile.am" \</span><br><span>     -or -name "*.in" \</span><br><span>     -and -not -name "Makefile.in" \</span><br><span style="color: hsl(0, 100%, 40%);">-    -and -not -name "config.h.in" )</span><br><span style="color: hsl(120, 100%, 40%);">+    -and -not -name "config.h.in" 2>/dev/null)</span><br><span> {proj}_files := $(shell find {src_proj} \</span><br><span>     \( \</span><br><span>       -name "*.[hc]" \</span><br><span>@@ -186,7 +186,7 @@</span><br><span>       -or -name "*.tpl" \</span><br><span>       -or -name "*.map" \</span><br><span>     \) \</span><br><span style="color: hsl(0, 100%, 40%);">-    -and -not -name "config.h")</span><br><span style="color: hsl(120, 100%, 40%);">+    -and -not -name "config.h" 2>/dev/null)</span><br><span> </span><br><span> .make.{proj}.clone:</span><br><span>  @echo -e "\n\n\n===== $@\n"</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-dev/+/26543">change 26543</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/c/osmo-dev/+/26543"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: osmo-dev </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-Change-Id: I7955fedc96484e5703073b63906a03477452db6e </div>
<div style="display:none"> Gerrit-Change-Number: 26543 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: osmith <osmith@sysmocom.de> </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>