From 6ce1032d33654d850c19e457f9e2237429f00b43 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Thu, 27 Apr 2023 21:01:21 +0300 Subject: [PATCH] bug in make + termux... Signed-off-by: Alex A. Naanou --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d07f978..931e362 100644 --- a/Makefile +++ b/Makefile @@ -43,7 +43,9 @@ #---------------------------------------------------------------------- # Config... -.EXPORT_ALL_VARIABLES: +# XXX this for some reason makes make hang on termux/android... +# ...do we actually need this??? +#.EXPORT_ALL_VARIABLES: # NOTE: this makes things run consistently on different systems including