File tree Expand file tree Collapse file tree 4 files changed +2615
-15
lines changed Expand file tree Collapse file tree 4 files changed +2615
-15
lines changed Original file line number Diff line number Diff line change 1111include
1212lib
1313pip-selfcheck.json
14-
15- # Generated files
16- rum--1.0--1.1.sql
17- rum--1.1.sql
Original file line number Diff line number Diff line change @@ -19,8 +19,6 @@ REGRESS = rum rum_hash ruminv timestamp orderby orderby_hash altorder \
1919 macaddr inet cidr text varchar char bytea bit varbit \
2020 numeric
2121
22- EXTRA_CLEAN += rum--1.1.sql rum--1.0--1.1.sql
23-
2422LDFLAGS_SL += $(filter -lm, $(LIBS ) )
2523
2624ifdef USE_PGXS
3735wal-check : temp-install
3836 $(prove_check )
3937
40- all : rum--1.1.sql
41-
42- # 9.6 requires 1.1 file but 10.0 could live with 1.0 + 1.0-1.1 files
43- rum--1.1.sql : rum--1.0.sql rum--1.0--1.1.sql
44- cat rum--1.0.sql rum--1.0--1.1.sql > rum--1.1.sql
45-
46- rum--1.0--1.1.sql : Makefile gen_rum_sql--1.0--1.1.pl
47- perl gen_rum_sql--1.0--1.1.pl > rum--1.0--1.1.sql
48-
4938install : installincludes
5039
5140installincludes :
You can’t perform that action at this time.
0 commit comments