[FFmpeg-cvslog] r20577 - trunk/common.mak
Måns Rullgård
mans
Sun Nov 22 23:47:37 CET 2009
Diego Biurrun <diego at biurrun.de> writes:
> On Sun, Nov 22, 2009 at 03:22:13PM +0100, mru wrote:
>>
>> Log:
>> Delete *.d files with make clean
>>
>> --- trunk/common.mak Sun Nov 22 12:51:41 2009 (r20576)
>> +++ trunk/common.mak Sun Nov 22 15:22:13 2009 (r20577)
>> @@ -79,8 +79,8 @@ $(HOSTPROGS): %$(HOSTEXESUF): %.o
>>
>> -CLEANSUFFIXES = *.o *~ *.ho *.map
>> -DISTCLEANSUFFIXES = *.d *.pc
>> +CLEANSUFFIXES = *.d *.o *~ *.ho *.map
>> +DISTCLEANSUFFIXES = *.pc
>
> Why?
Because the .d files are useless anyway after a make clean, and there
are cases where removing them is desired, e.g. after a header has been
deleted/renamed. We talked about it today on IRC but you were AWOL.
--
M?ns Rullg?rd
mans at mansr.com
More information about the ffmpeg-cvslog
mailing list