[Buildroot] [PATCH 1/2] xenomai: remove unnecessary autoreconf

Thomas De Schampheleire patrickdepinguin at gmail.com
Thu Jan 10 20:56:42 UTC 2019


El jue., 10 ene. 2019 a las 10:30, Peter Korsgaard
(<peter at korsgaard.com>) escribió:
>
> >>>>> "Thomas" == Thomas De Schampheleire <patrickdepinguin at gmail.com> writes:
>
>  >> Fixed, thanks. Odd that my check-package post-commit hook didn't catch
>  >> it.
>
>  > Oops, sorry.
>  > Could you show me how to enable this as hook, then I'll add it locally too.
>
> I have in .git/hooks/post-commit:
>
> #!/bin/sh
>
> # check-package on added/changed files
> git show --no-renames HEAD | \
>         lsdiff -s | \
>         awk '{ if ($1 != "-") print substr($2, 3) }' | \
>         xargs -r ./utils/check-package


Thanks!


More information about the buildroot mailing list