[x264-devel] [PATCH 0/2] Silent build rules

BugMaster BugMaster at narod.ru
Fri Apr 4 19:55:23 CEST 2014


On Fri,  4 Apr 2014 09:41:52 -0400, Stephen Hutchinson wrote:
> This adapts FFmpeg's silent build rules to x264.  It's in two
> patches because the install/uninstall/clean/distclean recipes didn't
> want to play nice with the way everything else was silenced, so I
> resorted to just printing those manually.

> The x264-specific differences surrounding .depend and the post-build
> recipes arise, from my best estimate, from deeper differences in the
> Makefiles between the two projects.  If the desire is to even replicate
> these for x264, then it would require more invasive changes that IMO
> aren't within the scope of this patch.

> Stephen Hutchinson (2):
>   Add FFmpeg-style silent build rules
>   Expand silent rules to handle install/uninstall/clean/distclean

>  Makefile  | 93
> ++++++++++++++++++++++++++++++++++++++++++++++++++++-----------
>  configure | 14 ++++++++++
>  2 files changed, 92 insertions(+), 15 deletions(-)


Hi. I don't understand what for you are trying to silence anything?
What is reason for such use case? Because I can't justify such
complication of configure/make scripts for some abstract no real
reason. So imho it is not needed (x264 is not so big project as ffmpeg
to silent something in build process).



More information about the x264-devel mailing list