mirror of https://github.com/citusdata/citus.git
Add columnar safelib dir check in Makefile
parent
e262f6ff48
commit
8449a99c2a
5
Makefile
5
Makefile
|
@ -10,10 +10,11 @@ ifeq (,$(wildcard Makefile.global))
|
||||||
endif
|
endif
|
||||||
|
|
||||||
include Makefile.global
|
include Makefile.global
|
||||||
|
# directories with source files
|
||||||
|
SUBDIRS += $(citus_top_builddir)/src/backend/columnar/safeclib
|
||||||
|
ENSURE_SUBDIRS_EXIST := $(shell mkdir -p $(SUBDIRS))
|
||||||
all: extension
|
all: extension
|
||||||
|
|
||||||
ENSURE_SUBDIRS_EXIST := $(shell mkdir -p $(SUBDIRS))
|
|
||||||
|
|
||||||
#build columnar only
|
#build columnar only
|
||||||
columnar:
|
columnar:
|
||||||
|
|
Loading…
Reference in New Issue