[FFmpeg-devel] [PATCH] tests: add automatic target for existing rules

Christophe Gisquet christophe.gisquet at gmail.com
Fri Jun 6 18:15:24 CEST 2014


Hi,

2014-06-06 18:05 GMT+02:00 Hendrik Leppkes <h.leppkes at gmail.com>:
> I've always simply done this:
>
> make $(make fate-list | grep $string)
>
> Granted, its slightly convoluted, but it does its job nicely.

Actually quite nice, because broader. Can be put in a shell function,
e.g. for bash:
function mt() { make $( make fate-list | grep $1 ) ${@:2}; }

-- 
Christophe


More information about the ffmpeg-devel mailing list