From 8449a99c2a52dd6a3c4e39143ed3d17c401e8620 Mon Sep 17 00:00:00 2001 From: Yanwen Jin Date: Mon, 7 Feb 2022 12:43:15 -0800 Subject: [PATCH] Add columnar safelib dir check in Makefile --- Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 8ee75497b..c5d5e4a02 100644 --- a/Makefile +++ b/Makefile @@ -10,10 +10,11 @@ ifeq (,$(wildcard Makefile.global)) endif include Makefile.global - +# directories with source files +SUBDIRS += $(citus_top_builddir)/src/backend/columnar/safeclib +ENSURE_SUBDIRS_EXIST := $(shell mkdir -p $(SUBDIRS)) all: extension -ENSURE_SUBDIRS_EXIST := $(shell mkdir -p $(SUBDIRS)) #build columnar only columnar: