[FFmpeg-cvslog] r20577 - trunk/common.mak
Uoti Urpala
uoti.urpala
Mon Nov 23 00:32:42 CET 2009
On Sun, 2009-11-22 at 22:47 +0000, M?ns Rullg?rd wrote:
> Diego Biurrun <diego at biurrun.de> writes:
> >> -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.
Is there any reason why you're leaving out the -MP flag and letting
compilation fail after header removals until 'make clean'?
More information about the ffmpeg-cvslog
mailing list