[Groonga-commit] pgroonga/pgroonga at ecb1a9f [master] Generate pgroonga--XXX.sql from pgroonga.sql

Back to archive index

Kouhei Sutou null+****@clear*****
Sat Jan 31 16:07:04 JST 2015


Kouhei Sutou	2015-01-31 16:07:04 +0900 (Sat, 31 Jan 2015)

  New Revision: ecb1a9fa322f1e32b29920393647babf83ed1d6c
  https://github.com/pgroonga/pgroonga/commit/ecb1a9fa322f1e32b29920393647babf83ed1d6c

  Message:
    Generate pgroonga--XXX.sql from pgroonga.sql

  Modified files:
    .gitignore
    Makefile
  Renamed files:
    pgroonga.sql
      (from pgroonga--0.3.0.sql)

  Modified: .gitignore (+1 -0)
===================================================================
--- .gitignore    2015-01-31 16:04:18 +0900 (b642b08)
+++ .gitignore    2015-01-31 16:07:04 +0900 (9fb8bd1)
@@ -1,6 +1,7 @@
 *.o
 *.so
 *.tar.gz
+*--*.sql
 /regression.*
 /results/
 /packages/source/

  Modified: Makefile (+4 -0)
===================================================================
--- Makefile    2015-01-31 16:04:18 +0900 (b37b0a9)
+++ Makefile    2015-01-31 16:07:04 +0900 (88ead00)
@@ -21,6 +21,10 @@ PG_CONFIG = pg_config
 PGXS := $(shell $(PG_CONFIG) --pgxs)
 include $(PGXS)
 
+all: pgroonga--$(EXTENSION_VERSION).sql
+pgroonga--$(EXTENSION_VERSION).sql: pgroonga.sql
+	@cp $< $@
+
 installcheck: results/text/single/contain
 installcheck: results/text/single/match
 installcheck: results/text/single/and

  Renamed: pgroonga.sql (+0 -0) 100%
===================================================================
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index