<br><br><div class="gmail_quote">On Mon, Dec 22, 2008 at 12:26 PM, Michael T. Dean <span dir="ltr">&lt;<a href="mailto:mtdean@thirdcontact.com">mtdean@thirdcontact.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="Ih2E3d">On 12/22/2008 12:04 PM, Michael T. Dean wrote:<br>
&gt; Nope. &nbsp;It does /not/ get rid of the versioned Makefile in the repo. &nbsp;:)<br>
&gt;<br>
&gt; find . -name &#39;Makefile&#39; -delete<br>
&gt; svn up<br>
&gt; # then build<br>
<br>
</div>Just realized that I should mention that the above assumes you have just<br>
done a make distclean. &nbsp;So, in full:<br>
<br>
make distclean<br>
<div><div></div><div class="Wj3C7c">find . -name &#39;Makefile&#39; -delete<br>
svn up<br>
# then build<br>
<br>
Mike<br>
<br>
_______________________________________________<br>
mythtv-users mailing list<br>
<a href="mailto:mythtv-users@mythtv.org">mythtv-users@mythtv.org</a><br>
<a href="http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users" target="_blank">http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users</a><br>
</div></div></blockquote></div><br><br>Thanks, I&#39;ll post back later this evening and let you know how it goes...<br><br>Mike,<br><br>Will this not find find ALL Makefiles and delete or is that assuming I&#39;m in the Myth directory? <br>
<br><i><b>find . -name &#39;Makefile&#39; -delete</b></i><br>
<br><br>AJM,<br><br>