[postgis-tickets] [PostGIS] #4531: extensions/postgis/sql/postgis--unpackaged--<current>.sql dirty builds
PostGIS
trac at osgeo.org
Tue Oct 8 04:30:40 PDT 2019
#4531: extensions/postgis/sql/postgis--unpackaged--<current>.sql dirty builds
----------------------+---------------------------
Reporter: strk | Owner: pramsey
Type: defect | Status: new
Priority: high | Milestone: PostGIS 3.0.0
Component: postgis | Version: trunk
Resolution: | Keywords:
----------------------+---------------------------
Comment (by strk):
It turns out that:
1. `make clean` does not remove
extensions/postgis/sql/postgis_upgrade_for_extension.sql.in
2. `make -C extensions/postgis sql/postgis_upgrade_for_extension.sql.in`
does not re-generate that file when it exists, even if the file it depends
upon (`sql/postgis_for_extension.sql`) is not present.
3. Calling `make -C extensions/postgis sql/postgis_for_extension.sql`
creates the source file and unleashes the power of `make
sql/postgis_upgrade_for_extension.sql.in`
Pretty confusing, isn't it ?
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/4531#comment:1>
PostGIS <http://trac.osgeo.org/postgis/>
The PostGIS Trac is used for bug, enhancement & task tracking, a user and developer wiki, and a view into the subversion code repository of PostGIS project.
More information about the postgis-tickets
mailing list