From ec5d5db8feb8c797ddaaf5e4d1afbae31eda461e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Fri, 5 May 2023 16:14:23 +0200 Subject: Deps: Add a project-specific patch for hut Hut has both a Makefile and erlang.mk but the default target does not build the project. To fix a few packages we have a special patch HUT_PATCH that will call the appropriate target. --- test/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'test') diff --git a/test/Makefile b/test/Makefile index e2efc22..dcbdb5f 100644 --- a/test/Makefile +++ b/test/Makefile @@ -167,6 +167,7 @@ $(eval $(foreach t,$(patsubst %.mk,%,$(patsubst plugin_%,%,$(wildcard plugin_*.m # Packages. PACKAGES = $(foreach pkg,$(sort $(wildcard ../index/*.mk)),$(notdir $(basename $(pkg)))) +PATCHES = HUT_PATCH=1 EXCLUDE_FROM_CHECK = ['ci.erlang.mk', elvis_mk, esh_mk, hexer_mk, inaka_mk, 'lfe.mk', rust_mk] EXCLUDE_FROM_APP_CHECK = esh_mk rust_mk -- cgit v1.2.3