<p>Patrick Georgi has uploaded this change for <strong>review</strong>.</p><p><a href="https://review.coreboot.org/22208">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">build system: Deal with wildcard in subdirs-y<br><br>This enabled subdirs-y += * to work properly.<br><br>BUG=b:68384012<br>BRANCH=none<br>TEST=Run `abuild -t GOOGLE_CORAL -p none` and observe that<br>`find coreboot-builds/GOOGLE_CORAL -type d -name '\*'` doesn't return<br>any files called '*'.<br><br>Change-Id: Iba7866db339ae9b4063c4b4377500652eb1be13d<br>Signed-off-by: Patrick Georgi <pgeorgi@google.com><br>---<br>M 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://review.coreboot.org:29418/coreboot refs/changes/08/22208/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">diff --git a/Makefile b/Makefile<br>index dedf688..33b12f8 100644<br>--- a/Makefile<br>+++ b/Makefile<br>@@ -236,7 +236,7 @@<br>                       $$(abspath $$(subst $(dir $(1))/,/,$$(addprefix $(dir $(1)),$$($(class)-y)))))))) \<br>   $(foreach special,$(special-classes), \<br>               $(foreach item,$($(special)-y), $(call $(special)-handler,$(dir $(1)),$(item)))) \<br>-   $(eval subdirs+=$$(subst $(CURDIR)/,,$$(abspath $$(addprefix $(dir $(1)),$$(subdirs-y)))))<br>+   $(eval subdirs+=$$(subst $(CURDIR)/,,$$(wildcard $$(abspath $$(addprefix $(dir $(1)),$$(subdirs-y))))))<br> <br> # For each path in $(subdirs) call includemakefiles<br> # Repeat until subdirs is empty<br></pre><p>To view, visit <a href="https://review.coreboot.org/22208">change 22208</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/22208"/><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: Iba7866db339ae9b4063c4b4377500652eb1be13d </div>
<div style="display:none"> Gerrit-Change-Number: 22208 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Patrick Georgi <pgeorgi@google.com> </div>