[postgis-tickets] r17347 - Drop unneeded/unused target
Sandro Santilli
strk at kbt.io
Wed Mar 20 09:00:28 PDT 2019
Author: strk
Date: 2019-03-20 09:00:28 -0700 (Wed, 20 Mar 2019)
New Revision: 17347
Modified:
trunk/postgis/Makefile.in
Log:
Drop unneeded/unused target
Modified: trunk/postgis/Makefile.in
===================================================================
--- trunk/postgis/Makefile.in 2019-03-19 05:29:28 UTC (rev 17346)
+++ trunk/postgis/Makefile.in 2019-03-20 16:00:28 UTC (rev 17347)
@@ -233,11 +233,6 @@
postgis_upgrade.sql.in: postgis.sql ../utils/postgis_proc_upgrade.pl
$(PERL) ../utils/postgis_proc_upgrade.pl $< UNUSED > $@
-postgis_upgrade_for_extension.sql: postgis_drop_before.sql postgis_upgrade_for_extension.sql.in postgis_drop_after.sql
- #strip BEGIN/COMMIT since these are not allowed in extensions
- # WARNING: we should make sure these are not internal to function bodies
- cat $^ | $(PERL) -pe 's/BEGIN\;//g ; s/COMMIT\;//g' > $@
-
postgis_proc_set_search_path.sql: postgis.sql ../utils/postgis_proc_set_search_path.pl
$(PERL) ../utils/postgis_proc_set_search_path.pl $< UNUSED > $@
More information about the postgis-tickets
mailing list