[postgis-tickets] r14463 - Clean more on maintainer-clean

Sandro Santilli strk at keybit.net
Tue Dec 1 01:28:56 PST 2015


Author: strk
Date: 2015-12-01 01:28:56 -0800 (Tue, 01 Dec 2015)
New Revision: 14463

Modified:
   trunk/GNUmakefile.in
Log:
Clean more on maintainer-clean

Modified: trunk/GNUmakefile.in
===================================================================
--- trunk/GNUmakefile.in	2015-12-01 09:28:50 UTC (rev 14462)
+++ trunk/GNUmakefile.in	2015-12-01 09:28:56 UTC (rev 14463)
@@ -49,6 +49,9 @@
 	rm -f postgis_config.h
 
 maintainer-clean-local: distclean-local
+	rm -f configure
+	rm -f config.guess config.rpath config.sub
+	rm -f libtool install-sh ltmain.sh
 
 maintainer-clean: 
 	@echo '------------------------------------------------------'
@@ -59,7 +62,6 @@
 	$(MAKE) -C postgis maintainer-clean
 	$(MAKE) -C liblwgeom maintainer-clean
 	$(MAKE) maintainer-clean-local
-	rm -f configure
 
 garden:
 	@echo '------------------------------------------------------'



More information about the postgis-tickets mailing list