[postgis-tickets] r16755 - Remove duplicated postgis.sql creation rule

Sandro Santilli strk at kbt.io
Tue Sep 11 02:20:43 PDT 2018


Author: strk
Date: 2018-09-11 02:20:43 -0700 (Tue, 11 Sep 2018)
New Revision: 16755

Modified:
   trunk/extensions/postgis/Makefile.in
Log:
Remove duplicated postgis.sql creation rule

Modified: trunk/extensions/postgis/Makefile.in
===================================================================
--- trunk/extensions/postgis/Makefile.in	2018-09-11 09:20:37 UTC (rev 16754)
+++ trunk/extensions/postgis/Makefile.in	2018-09-11 09:20:43 UTC (rev 16755)
@@ -113,10 +113,6 @@
 sql/spatial_ref_sys.sql: ../../spatial_ref_sys.sql | sql_bits
 	$(PERL) -pe 's/BEGIN\;//g ; s/COMMIT\;//g' $< > $@
 
-#strip BEGIN/COMMIT since these are not allowed in extensions
-sql/postgis.sql: ../../postgis/postgis_for_extension.sql | sql
-	$(PERL) -pe 's/BEGIN\;//g ; s/COMMIT\;//g' $< > $@
-
 ../../doc/postgis_comments.sql:
 	$(MAKE) -C ../../doc comments
 



More information about the postgis-tickets mailing list