This is an automated email from the ASF dual-hosted git repository.

shoaib88 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/age.git

commit 3d90059a4cbfdd539f111cad3182ce77c37b4061
Author: Shoaib <[email protected]>
AuthorDate: Fri Oct 20 15:21:49 2023 +0200

    Converted SQL mail into multiple files.
---
 Makefile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/Makefile b/Makefile
index 67810311..1bfbac76 100644
--- a/Makefile
+++ b/Makefile
@@ -77,11 +77,11 @@ EXTENSION = age
 
 SQLS = $(wildcard sql/*.sql)
 
-$(age_sql):
+age--1.4.0.sql:
        @cat $(SQLS) > $@
 
 
-DATA = $(age_sql)
+DATA = age--1.4.0.sql
 
 # sorted in dependency order
 REGRESS = scan \
@@ -116,7 +116,7 @@ ag_regress_dir = $(srcdir)/regress
 REGRESS_OPTS = --load-extension=age --inputdir=$(ag_regress_dir) 
--outputdir=$(ag_regress_dir) --temp-instance=$(ag_regress_dir)/instance 
--port=61958 --encoding=UTF-8 --temp-config 
$(ag_regress_dir)/age_regression.conf
 
 ag_regress_out = instance/ log/ results/ regression.*
-EXTRA_CLEAN = $(addprefix $(ag_regress_dir)/, $(ag_regress_out)) 
src/backend/parser/cypher_gram.c src/include/parser/cypher_gram_def.h 
src/include/parser/cypher_kwlist_d.h $(age_sql)
+EXTRA_CLEAN = $(addprefix $(ag_regress_dir)/, $(ag_regress_out)) 
src/backend/parser/cypher_gram.c src/include/parser/cypher_gram_def.h 
src/include/parser/cypher_kwlist_d.h age--1.4.0.sql
 
 GEN_KEYWORDLIST = $(PERL) -I ./tools/ ./tools/gen_keywordlist.pl
 GEN_KEYWORDLIST_DEPS = ./tools/gen_keywordlist.pl tools/PerfectHash.pm

Reply via email to