[FFmpeg-cvslog] r20577 - trunk/common.mak
Diego Biurrun
diego
Mon Nov 23 11:05:01 CET 2009
On Sun, Nov 22, 2009 at 10:47:37PM +0000, M?ns Rullg?rd wrote:
> 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.
Maybe you could mention some of that in the commit message :)
Diego
More information about the ffmpeg-cvslog
mailing list