[postgis-devel] distclean

Greg Troxel gdt at ir.bbn.com
Wed Feb 8 19:09:31 PST 2012


I find that "gmake distclean" didn't clean as much as it should; it
seems Makefile and quite a few others are still present:

I       configure
I       config.guess
I       config.sub
I       ltmain.sh
I       svnrevision.h
I       GNUmakefile
I       libtool
I       aclocal.m4
I       postgis/sqldefines.h
I       postgis/Makefile
I       postgis/postgis_upgrade_20_minor.sql.in
I       extensions/postgis_topology/postgis_topology.control
I       extensions/postgis_topology/Makefile
I       extensions/postgis/postgis.control
I       extensions/postgis/Makefile
I       raster/test/core/Makefile
I       raster/test/regress/Makefile
I       raster/scripts/python/Makefile
I       doc/topology_comments.sql
I       doc/Makefile.comments
I       doc/Makefile
I       doc/tiger_geocoder_comments.sql
I       doc/postgis_comments.sql
I       doc/raster_comments.sql
I       doc/html/image_src/Makefile
I       libpgcommon/Makefile
I       libpgcommon/cunit/Makefile
I       topology/topology_drop_after.sql
I       topology/topology_drop_before.sql
I       topology/topology_upgrade.sql
I       topology/Makefile
I       topology/test/topo_predicates.sql
I       topology/test/load_topology-4326.sql
I       topology/test/load_topology.sql
I       macros/libtool.m4
I       macros/lt~obsolete.m4
I       macros/ltsugar.m4
I       macros/ltversion.m4
I       macros/ltoptions.m4
I       loader/Makefile
I       loader/cunit/Makefile
I       regress/Makefile


The following seems to help slightly:

Index: extensions/Makefile
===================================================================
--- extensions/Makefile	(revision 9130)
+++ extensions/Makefile	(working copy)
@@ -6,6 +6,10 @@
 	$(MAKE) -C postgis clean
 	$(MAKE) -C postgis_topology clean
 
+distclean:
+	$(MAKE) -C postgis distclean
+	$(MAKE) -C postgis_topology distclean
+
 install:
 	$(MAKE) -C postgis install
 	$(MAKE) -C postgis_topology install
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 194 bytes
Desc: not available
URL: <http://lists.osgeo.org/pipermail/postgis-devel/attachments/20120208/a25163de/attachment.sig>


More information about the postgis-devel mailing list