mirror of
https://github.com/postgrespro/pg_probackup.git
synced 2025-02-09 14:33:17 +02:00
Add receive files for build.
This commit is contained in:
parent
71ed1e53a7
commit
c6ab295730
8
Makefile
8
Makefile
@ -59,6 +59,14 @@ datapagemap.c: % : $(top_srcdir)/src/bin/pg_rewind/%
|
||||
rm -f $@ && $(LN_S) $< .
|
||||
datapagemap.h: % : $(top_srcdir)/src/bin/pg_rewind/%
|
||||
rm -f && $(LN_S) $< .
|
||||
receivelog.c: % : $(top_srcdir)/src/bin/pg_basebackup/%
|
||||
rm -f && $(LN_S) $< .
|
||||
receivelog.h: % : $(top_srcdir)/src/bin/pg_basebackup/%
|
||||
rm -f && $(LN_S) $< .
|
||||
streamutil.c: % : $(top_srcdir)/src/bin/pg_basebackup/%
|
||||
rm -f && $(LN_S) $< .
|
||||
streamutil.h: % : $(top_srcdir)/src/bin/pg_basebackup/%
|
||||
rm -f && $(LN_S) $< .
|
||||
|
||||
PG_CONFIG = pg_config
|
||||
PGXS := $(shell $(PG_CONFIG) --pgxs)
|
||||
|
Loading…
x
Reference in New Issue
Block a user