On Fri, Oct 28, 2016 at 11:12 AM, Emil Velikov <[email protected]> wrote: > From: Emil Velikov <[email protected]> > > Otherwise we get annoying messages like the following when xxd is > missing. > > /bin/sh: line 2: -i: command not found
That error is better than what we'd get after this patch. "cat ... | >> ..." looks like it generates zsh: parse error near `\n' and bash: syntax error near unexpected token `newline' > > Cc: [email protected] > Cc: Lionel Landwerlin <[email protected]> > Signed-off-by: Emil Velikov <[email protected]> > --- > I'm wondering if we shouldn't give some form or warning/error message > when xxd is missing ? Just fix the real problem of checking for xxd. It should be the same as what we do with bison and flex. _______________________________________________ mesa-dev mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-dev
