From 0c0f0b4b3be7a004ae46afe61a8f5e3ad2469e71 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Mon, 24 Jun 2024 12:40:37 +0200 Subject: Makefile: prepare for removal of syz-fuzzer binary Temporary hack to allow updating old syz-ci when syz-fuzzer is removed. --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index d3ec3ddcb..8ab6a87c6 100644 --- a/Makefile +++ b/Makefile @@ -113,6 +113,9 @@ endif all: host target host: manager repro mutate prog2c db upgrade target: execprog executor + # Temporal hack to pre-created removed syz-fuzzer, + # since old version of syz-ci still wants to copy it. + touch ./bin/$(TARGETOS)_$(TARGETVMARCH)/syz-fuzzer executor: descriptions ifeq ($(TARGETOS),fuchsia) -- cgit mrf-deployment