[mythtv] [mythtv-commits] mythtv commit: r25897 - in trunk/mythtv by janne

Raymond Wagner raymond at wagnerrp.com
Sat Aug 28 15:20:20 UTC 2010


  On 8/28/2010 11:07, R. G. Newbury wrote:
> On 08/28/2010 07:20 AM, Janne Grunau wrote:
>> On Sat, Aug 28, 2010 at 11:15:26AM +0000, mythtv at cvs.mythtv.org wrote:
>>>        Author: janne
>>>          Date: 2010-08-28 11:15:26 +0000 (Sat, 28 Aug 2010)
>>> New Revision: 25897
>>>     Changeset: http://svn.mythtv.org/trac/changeset/25897
>>>
>>> Log:
>>>
>>> replace mythtv.pro with handwritten Makefile
>>>
>>> I was unable to convince qmake to create extra targets within subdir
>>> template .pro file. This was required to create version.cpp in mythtv/
>>> instead of each directory using version.cpp.
>>> Speedups build and configure. Refs #8821
>>
>> I forgot to mention that this requires a configure rerun and possible a
>> svn revert Makefile.
>>
>> Janne
>
> Just to clarify: why would we need to revert the Makefile? Are you 
> expecting that configure will change the Makefile.
>
> What this would do just doesn't seem to make sense to me, after having 
> read the subversion red-book about svn revert.

SVN will detect that you have a locally edited Makefile, and so will 
refuse to overwrite it with the new one from the repository.  You either 
have to delete ahead of time, or revert afterward.


More information about the mythtv-dev mailing list