On 4 April 2018 at 16:41, Eric Engestrom wrote:
> --- /dev/null
> +++ b/symbols-check
> @@ -0,0 +1,79 @@
> +#!/bin/sh
> +set -eu
> +set -o pipefail
> +
We could drop the execute bit, shebang and set. Pretty much all of it
is handled by the callers (modulo pipefail)
> +if [ -z "$LIB" ]; then
> +
On Wednesday, 2018-04-04 18:39:48 +0100, Emil Velikov wrote:
> On 4 April 2018 at 17:28, Eric Engestrom wrote:
> > On Wednesday, 2018-04-04 16:41:35 +0100, Eric Engestrom wrote:
> >> Note: copied from Mesa
> >>
> >> Signed-off-by: Eric Engestrom
> >> ---
> >> meson.build | 1 +
> >> symbols-c
On 4 April 2018 at 17:28, Eric Engestrom wrote:
> On Wednesday, 2018-04-04 16:41:35 +0100, Eric Engestrom wrote:
>> Note: copied from Mesa
>>
>> Signed-off-by: Eric Engestrom
>> ---
>> meson.build | 1 +
>> symbols-check | 79
>> +++
>>
On Wednesday, 2018-04-04 16:41:35 +0100, Eric Engestrom wrote:
> Note: copied from Mesa
>
> Signed-off-by: Eric Engestrom
> ---
> meson.build | 1 +
> symbols-check | 79
> +++
> 2 files changed, 80 insertions(+)
> create mode 100755 s