<p>Martin Roth has uploaded this change for <strong>review</strong>.</p><p><a href="https://review.coreboot.org/21698">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">Makefile: Exclude util directory from project_filelist<br><br>This list should be about files included in the ROM output, not related<br>files.<br><br>Change-Id: I390d58ef9ab76ff05062b5fbc1e031b7c6d2f388<br>Signed-off-by: Martin Roth <martinroth@google.com><br>---<br>M Makefile<br>1 file changed, 2 insertions(+), 2 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://review.coreboot.org:29418/coreboot refs/changes/98/21698/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">diff --git a/Makefile b/Makefile<br>index 329eaeb..dedf688 100644<br>--- a/Makefile<br>+++ b/Makefile<br>@@ -380,8 +380,8 @@<br>          echo "*** Error: Project must be built before generating file list ***"; \<br>          exit 1; \<br>     fi<br>-   find $(obj) -name "*.d" -exec cat {} \; | \<br>-          sed 's/[:\\]/ /g' | sed 's/ /\n/g' | sort | uniq | \<br>+       find $(obj) -path "$(obj)/util" -prune -o -name "*.d" -exec cat {} \; | \<br>+          sed "s|$(top)/||" | sed 's/[:\\]/ /g' | sed 's/ /\n/g' | sort | uniq | \<br>    grep -v '\.o$$' > $(obj)/project_filelist.txt<br> <br> filelist: $(obj)/project_filelist.txt<br></pre><p>To view, visit <a href="https://review.coreboot.org/21698">change 21698</a>. To unsubscribe, 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/21698"/><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: newchange </div>
<div style="display:none"> Gerrit-Change-Id: I390d58ef9ab76ff05062b5fbc1e031b7c6d2f388 </div>
<div style="display:none"> Gerrit-Change-Number: 21698 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Martin Roth <martinroth@google.com> </div>