From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter Korsgaard Date: Thu, 10 Jan 2019 10:30:12 +0100 Subject: [Buildroot] [PATCH 1/2] xenomai: remove unnecessary autoreconf In-Reply-To: (Thomas De Schampheleire's message of "Thu, 10 Jan 2019 10:13:53 +0100") References: <20190108203854.28015-1-patrickdepinguin@gmail.com> <20190109203332.GM4022@scaer> <87imyxrmk3.fsf@dell.be.48ers.dk> Message-ID: <875zuwsvvf.fsf@dell.be.48ers.dk> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net >>>>> "Thomas" == Thomas De Schampheleire 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 -- Bye, Peter Korsgaard