<p>osmith has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/11434">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">gen_makefile.py: detect changes in cpp files<br><br>Properly rebuild when cpp files (e.g. from osmo-trx) have been changed.<br><br>Change-Id: I9382d984fa1988eefbb6be3e45d88b2f1f5b598a<br>---<br>M gen_makefile.py<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/osmo-dev refs/changes/34/11434/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 c2b6128..1ae29f5 100755</span><br><span>--- a/gen_makefile.py</span><br><span>+++ b/gen_makefile.py</span><br><span>@@ -168,7 +168,7 @@</span><br><span> ### {proj} ###</span><br><span> </span><br><span> {proj}_configure_files := $(shell find {src_proj} -name "Makefile.am" -or -name "*.in" )</span><br><span style="color: hsl(0, 100%, 40%);">-{proj}_files := $(shell find {src_proj} -name "*.[hc]" -or -name "*.py" )</span><br><span style="color: hsl(120, 100%, 40%);">+{proj}_files := $(shell find {src_proj} -name "*.[hc]" -or -name "*.py" -or -name "*.cpp" )</span><br><span> </span><br><span> .make.{proj}.clone:</span><br><span>  @echo "\n\n\n===== $@\n"</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/11434">change 11434</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/11434"/><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-MessageType: newchange </div>
<div style="display:none"> Gerrit-Change-Id: I9382d984fa1988eefbb6be3e45d88b2f1f5b598a </div>
<div style="display:none"> Gerrit-Change-Number: 11434 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: osmith <osmith@sysmocom.de> </div>