From 7e13268d6984cc27f06ce9469d564519718c8e29 Mon Sep 17 00:00:00 2001 From: Muhammad Nauman Raza Date: Wed, 8 Jan 2025 19:05:26 +0000 Subject: [PATCH] refactor(make): remove unused sha1 checking --- Makefile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Makefile b/Makefile index adbd3094b5..97f2c4e861 100644 --- a/Makefile +++ b/Makefile @@ -170,7 +170,6 @@ ROMTEST ?= $(shell { command -v mgba-rom-test || command -v $(TOOLS_DIR)/mg ROMTESTHYDRA := $(TOOLS_DIR)/mgba-rom-test-hydra/mgba-rom-test-hydra$(EXE) PERL := perl -SHA1 := $(shell { command -v sha1sum || command -v shasum; } 2>/dev/null) -c MAKEFLAGS += --no-print-directory @@ -284,9 +283,6 @@ check: $(TESTELF) # Other rules rom: $(ROM) -ifeq ($(COMPARE),1) - @$(SHA1) rom.sha1 -endif syms: $(SYM)