<pre style='margin:0'>
Ken (kencu) pushed a commit to branch master
in repository macports-legacy-support.

</pre>
<p><a href="https://github.com/macports/macports-legacy-support/commit/f353addce61f68d54a6199f101bfed7a6f4bbc47">https://github.com/macports/macports-legacy-support/commit/f353addce61f68d54a6199f101bfed7a6f4bbc47</a></p>
<pre style="white-space: pre; background: #F8F8F8">The following commit(s) were added to refs/heads/master by this push:
<span style='display:block; white-space:pre;color:#404040;'>     new f353add  Makefile: clean up fdopendir variations too
</span>f353add is described below

<span style='display:block; white-space:pre;color:#808000;'>commit f353addce61f68d54a6199f101bfed7a6f4bbc47
</span>Author: Ken Cunningham <kencu@macports.org>
AuthorDate: Sat Feb 29 10:56:45 2020 -0800

<span style='display:block; white-space:pre;color:#404040;'>    Makefile: clean up fdopendir variations too
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    otherwise these build up in the src directory
</span><span style='display:block; white-space:pre;color:#404040;'>    and are not cleaned between runs
</span>---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/Makefile b/Makefile
</span><span style='display:block; white-space:pre;color:#808080;'>index 08a2106..840c0ed 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/Makefile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/Makefile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -293,7 +293,7 @@ install-slib: $(BUILDSLIBPATH)
</span> test check: $(TESTRUNS) test_cmath
 
 clean:
<span style='display:block; white-space:pre;background:#ffe0e0;'>-        $(RM) $(foreach D,$(SRCDIR) $(TESTDIR),$D/*.o $D/*.d)
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+   $(RM) $(foreach D,$(SRCDIR) $(TESTDIR),$D/*.o $D/*.o.* $D/*.d)
</span>   $(RM) $(BUILDDLIBPATH) $(BUILDSLIBPATH) $(TESTPRGS) test/test_cmath_*
        @$(RMDIR) $(BUILDDLIBDIR) $(BUILDSLIBDIR)
 
</pre><pre style='margin:0'>

</pre>