[x264-devel] [PATCH 2/2] Expand silent rules to handle install/uninstall/clean/distclean

Stephen Hutchinson qyot27 at gmail.com
Fri Apr 4 20:40:44 CEST 2014


On Fri, Apr 4, 2014 at 1:39 PM, Diego Biurrun <diego at biurrun.de> wrote:
> On Fri, Apr 04, 2014 at 09:41:54AM -0400, Stephen Hutchinson wrote:
>>  install-cli: cli
>> +ifeq ($(V), 0)
>> +     @printf "INSTALL\t%s\n" x264$(EXE);
>> +endif
>>       $(INSTALL) -d $(DESTDIR)$(bindir)
>>       $(INSTALL) x264$(EXE) $(DESTDIR)$(bindir)
>
> All of these look suspiciously like papering over some other issue.
>

With clean/distclean, it was simply to show that it was doing something.

For INSTALL, something about the recipes calling subrecipes causes the
variable to not echo correctly - either it spits back the name of the recipe
or it's just blank.


More information about the x264-devel mailing list