Add columnar safelib dir check in Makefile

pull/5661/head
Yanwen Jin 2022-02-07 12:43:15 -08:00
parent e262f6ff48
commit 8449a99c2a
1 changed files with 3 additions and 2 deletions

View File

@ -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: