From 48747d2f11308d4e94e0b985c8d96e701548d655 Mon Sep 17 00:00:00 2001
From: Pompolic <pompolic@special-circumstanc.es>
Date: Wed, 28 Jul 2021 17:36:58 +0200
Subject: [PATCH] Makefile: set -DKUDU_OUTDIR

---
 Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile
index 96bae19..fef1d93 100644
--- a/Makefile
+++ b/Makefile
@@ -5,8 +5,8 @@
 # KUDU_OUTDIR should be commented out or changed to a writeable local directory as appropriate
 
 
-#CFLAGS += -std=c99 -Wall -Werror -DLOG -DKUDU_OUTDIR="/tmp/"
-CFLAGS += -std=c99 -Wall -Werror -DLOG
+CFLAGS += -std=c99 -Wall -Werror -DLOG -DKUDU_OUTDIR="/localdisk01/log_info/bae/"
+#CFLAGS += -std=c99 -Wall -Werror -DLOG
 
 HAMMER_INCLUDE = .
 HAMMER_LIB = ./lib
-- 
GitLab