Attention is currently required from: Felix Singer, Nico Huber, Thomas Heijligen.
Hello build bot (Jenkins), Nico Huber, Thomas Heijligen, Angel Pons, Anastasia Klimchuk,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/flashrom/+/68647
to look at the new patch set (#5).
Change subject: Makefile: Don't install git hooks automatically ......................................................................
Makefile: Don't install git hooks automatically
These specific git hooks are only needed when someone wants to push a patch to upstream and so it's not needed to run it in every make call. Beside that, we also don't know the environment in which this is executed and it might not be wanted.
Thus, add a new make target `gitconfig` and move the install command to it. It can be used by running `make gitconfig`.
Signed-off-by: Felix Singer felixsinger@posteo.net Change-Id: Ib83568c7ff149a8ec34ad7e92720c36a89def7bd --- M Makefile 1 file changed, 21 insertions(+), 3 deletions(-)
git pull ssh://review.coreboot.org:29418/flashrom refs/changes/47/68647/5