mirror of https://github.com/citusdata/citus.git
Make 'all' default src/backend/distributed target
Otherwise typing 'make' will just build citusdb--5.0.sql, not particularly helpful.pull/340/head
parent
93caee2929
commit
974a121d50
|
@ -18,13 +18,13 @@ SUBDIRS = . commands executor master planner relay test utils worker
|
||||||
OBJS += \
|
OBJS += \
|
||||||
$(patsubst $(citus_abs_srcdir)/%.c,%.o,$(foreach dir,$(SUBDIRS), $(wildcard $(citus_abs_srcdir)/$(dir)/*.c)))
|
$(patsubst $(citus_abs_srcdir)/%.c,%.o,$(foreach dir,$(SUBDIRS), $(wildcard $(citus_abs_srcdir)/$(dir)/*.c)))
|
||||||
|
|
||||||
|
# be explicit about the default target
|
||||||
|
all:
|
||||||
|
|
||||||
# define build process for latest install file
|
# define build process for latest install file
|
||||||
$(EXTENSION)--$(EXTVERSION).sql: $(EXTENSION).sql
|
$(EXTENSION)--$(EXTVERSION).sql: $(EXTENSION).sql
|
||||||
cat $^ > $@
|
cat $^ > $@
|
||||||
|
|
||||||
# be explicit about the default target
|
|
||||||
all:
|
|
||||||
|
|
||||||
NO_PGXS = 1
|
NO_PGXS = 1
|
||||||
|
|
||||||
SHLIB_LINK = $(libpq)
|
SHLIB_LINK = $(libpq)
|
||||||
|
|
Loading…
Reference in New Issue