summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Marheine <pmarheine@chromium.org>2023-05-03 16:03:33 +1000
committerAnastasia Klimchuk <aklm@chromium.org>2023-05-08 09:55:32 +0000
commitfc6a09ba1fe76472a5b5959008cd699eeccd25d5 (patch)
treeadc176f36df0a2b969025099c4d25384081c1f45
parentc4d89eadfd45c8dbfdfccc500c5cf34e14afea9a (diff)
downloadflashrom-git-fc6a09ba1fe76472a5b5959008cd699eeccd25d5.tar.gz
makefile: remove gitconfig target
There's basically no benefit to running `make` over directly running the script that configures hooks, and implementing similar support in Meson is difficult. Remove the Makefile target to achieve feature parity between the build systems. Ticket: https://ticket.coreboot.org/issues/486 Signed-off-by: Peter Marheine <pmarheine@chromium.org> Change-Id: I278408bd515c5a5599b5c45c597cc66485a87082 Reviewed-on: https://review.coreboot.org/c/flashrom/+/74924 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Anastasia Klimchuk <aklm@chromium.org>
-rw-r--r--Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 60044029..e6d4554a 100644
--- a/Makefile
+++ b/Makefile
@@ -1098,9 +1098,6 @@ tarball: _export
libpayload: clean
make CC="CC=i386-elf-gcc lpgcc" AR=i386-elf-ar RANLIB=i386-elf-ranlib
-gitconfig:
- git rev-parse 2>/dev/null && ./util/git-hooks/install.sh
-
.PHONY: all install clean distclean config _export export tarball libpayload
# Disable implicit suffixes and built-in rules (for performance and profit)