[mythtv-users] SVN - compile error - libavcodec

Michael T. Dean mtdean at thirdcontact.com
Mon Dec 22 19:15:42 UTC 2008


On 12/22/2008 01:40 PM, A JM wrote:
> On Mon, Dec 22, 2008 at 12:26 PM, Michael T. Dean wrote:
>   
>> On 12/22/2008 12:04 PM, Michael T. Dean wrote:
>>     
>>> Nope.  It does /not/ get rid of the versioned Makefile in the repo.  :)
>>>
>>> find . -name 'Makefile' -delete
>>> svn up
>>> # then build
>>>       
>> Just realized that I should mention that the above assumes you have just
>> done a make distclean.  So, in full:
>>
>> make distclean
>> find . -name 'Makefile' -delete
>> svn up
>> # then build
> Thanks, I'll post back later this evening and let you know how it goes...
>
> Will this not find find ALL Makefiles and delete or is that assuming I'm in
> the Myth directory?
>
> find . -name 'Makefile' -delete

Yeah, do that from each of the MythTV source directories--i.e. mythtv, 
mythplugins, myththemes, etc.

Or, do the make distclean in each, then run the find once from the 
directory above (assuming it contains each).

Mike


More information about the mythtv-users mailing list