Opened 9 years ago
Closed 9 years ago
#3325 closed defect (fixed)
make uninstall and ./configure --without-pgconfig
Reported by: | esseffe | Owned by: | pramsey |
---|---|---|---|
Priority: | medium | Milestone: | PostGIS 2.2.1 |
Component: | postgis | Version: | master |
Keywords: | make uninstall | Cc: |
Description
I noticed that after configuring by enabling the --without-pgconfig option "make uninstall" will then fail.
nothing is actually removed, and the following error message is reported:
$ make uninstall make -C doc uninstall make[1]: Entering directory `/c/sviluppo64/contribs/postgis-svn-trunk/doc' make -f Makefile.comments uninstall make[2]: Entering directory `/c/sviluppo64/contribs/postgis-svn-trunk/doc' make[2]: *** No rule to make target `uninstall'. Stop. make[2]: Leaving directory `/c/sviluppo64/contribs/postgis-svn-trunk/doc' make[1]: *** [comments-uninstall] Error 2 make[1]: Leaving directory `/c/sviluppo64/contribs/postgis-svn-trunk/doc' make: *** [docs-uninstall] Error 2
this issue affects indifferently both Linux and Win/MinGW
Note:
See TracTickets
for help on using tickets.
Fixed by r14239 in 2.2 branch (2.2.1dev) and r14240 in trunk (2.3.0dev) - Thanks !