aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorTaras Madan <tarasmadan@google.com>2024-02-28 10:14:04 +0100
committerTaras Madan <tarasmadan@google.com>2024-02-28 11:13:51 +0000
commit55d6f11d1578896a20515e21906295fcf2c126aa (patch)
tree7c146bf80cbe2ffa16fdbe1ec1f7b66012d4d4d2 /Makefile
parentd367cbe5791e415abaed06819481019104eaf42a (diff)
makefile: silence syz-env hint on CI
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index e379f8e0a..06795f9ee 100644
--- a/Makefile
+++ b/Makefile
@@ -27,11 +27,9 @@ endef
RED := $(shell tput setaf 1)
RESET := $(shell tput sgr0)
-
-ifndef SILENCE_SYZ_ENV_HINT
+ifndef SYZ_ENV
$(warning $(RED)run command via tools/syz-env for best compatibility, see:$(RESET))
$(warning $(RED)https://github.com/google/syzkaller/blob/master/docs/contributing.md#using-syz-env$(RESET))
-export SILENCE_SYZ_ENV_HINT=1
endif
ENV := $(subst \n,$(newline),$(shell CI=$(CI)\