From fc6a09ba1fe76472a5b5959008cd699eeccd25d5 Mon Sep 17 00:00:00 2001 From: Peter Marheine Date: Wed, 3 May 2023 16:03:33 +1000 Subject: 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 Change-Id: I278408bd515c5a5599b5c45c597cc66485a87082 Reviewed-on: https://review.coreboot.org/c/flashrom/+/74924 Tested-by: build bot (Jenkins) Reviewed-by: Anastasia Klimchuk --- Makefile | 3 --- 1 file changed, 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 600440290..e6d4554ae 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) -- cgit v1.2.3