<p>Alex Thiessen <strong>uploaded patch set #3</strong> to this change.</p><p><a href="https://review.coreboot.org/23096">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">util/gitconfig: Use `make` in git hooks<br><br>As the code was moved from the Makefile.inc to a separate file in<br>commit 9ab8ae6a (util/gitconfig: Make gitconfig a bash script),`$(MAKE)`<br>was replaced by `remake`, introducing dependency on this tool which is<br>basically a `make` with debugging capabilities. Many developers don't<br>have `remake` installed, leading to pre-commit hooks being not executed<br>properly. Apparently this was an unintentional change.<br><br>Furthermore, special treatment of `make` tool via the `%MAKE%`<br>substitution performed during hooks' deployment is still desired. Use<br>case is calling `remake gitconfig` to set `remake` as the `make` tool in<br>the hooks. To accomplish this, add a parameter that is passed from the<br>Makefile.inc to gitconfig.sh.<br><br>Change-Id: Ia78e06567b904b342dc9b7778569201fe02e6897<br>Signed-off-by: Alex Thiessen <alex.thiessen.de+coreboot@gmail.com><br>---<br>M Makefile.inc<br>M util/gitconfig/gitconfig.sh<br>2 files changed, 10 insertions(+), 4 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://review.coreboot.org:29418/coreboot refs/changes/96/23096/3</pre><p>To view, visit <a href="https://review.coreboot.org/23096">change 23096</a>. To unsubscribe, or for help writing mail filters, visit <a href="https://review.coreboot.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://review.coreboot.org/23096"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: coreboot </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-MessageType: newpatchset </div>
<div style="display:none"> Gerrit-Change-Id: Ia78e06567b904b342dc9b7778569201fe02e6897 </div>
<div style="display:none"> Gerrit-Change-Number: 23096 </div>
<div style="display:none"> Gerrit-PatchSet: 3 </div>
<div style="display:none"> Gerrit-Owner: Alex Thiessen <alex.thiessen.de+coreboot@gmail.com> </div>
<div style="display:none"> Gerrit-Reviewer: Alex Thiessen <alex.thiessen.de+coreboot@gmail.com> </div>
<div style="display:none"> Gerrit-Reviewer: Marc Jones <marc@marcjonesconsulting.com> </div>
<div style="display:none"> Gerrit-Reviewer: Patrick Georgi <pgeorgi@google.com> </div>
<div style="display:none"> Gerrit-Reviewer: build bot (Jenkins) <no-reply@coreboot.org> </div>