projects
/
postgis
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ea82aea
)
Create sql_bits dir if not present
author
Sandro Santilli
<strk@keybit.net>
Tue, 9 Feb 2016 11:53:53 +0000
(11:53 +0000)
committer
Sandro Santilli
<strk@keybit.net>
Tue, 9 Feb 2016 11:53:53 +0000
(11:53 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@14648
b70326c6
-7e19-0410-871a-
916f4a2858ee
extensions/postgis/Makefile.in
patch
|
blob
|
history
diff --git
a/extensions/postgis/Makefile.in
b/extensions/postgis/Makefile.in
index 8bd1872d6d80fed919463165e8571dabca5ef894..1086ee46f634f8c8314d39245c6569433acbfb1d 100644
(file)
--- a/
extensions/postgis/Makefile.in
+++ b/
extensions/postgis/Makefile.in
@@
-59,6
+59,7
@@
sql_bits/spatial_ref_sys.sql: ../../spatial_ref_sys.sql
#strip BEGIN/COMMIT since these are not allowed in extensions
sql_bits/postgis.sql: ../../postgis/postgis.sql
+ mkdir -p sql_bits/
sed -e 's/BEGIN;//g' -e 's/COMMIT;//g' $< > $@
../../doc/postgis_comments.sql: