From: Sandro Santilli Date: Wed, 28 Feb 2018 21:58:06 +0000 (+0000) Subject: Rename "astyle" Makefile rule to "fmt", mark as phony X-Git-Tag: 2.5.0alpha~91 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=80b8db5445f9d4498763b6ccefdaaa155bf4ae20;p=postgis Rename "astyle" Makefile rule to "fmt", mark as phony otherwise with my version of make I get an "astyle" script created (!) git-svn-id: http://svn.osgeo.org/postgis/trunk@16435 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/GNUmakefile.in b/GNUmakefile.in index d14af4f80..49a0d3582 100644 --- a/GNUmakefile.in +++ b/GNUmakefile.in @@ -137,11 +137,12 @@ raster-post-install-check: raster-sql: $(MAKE) -C raster rtpostgis.sql -astyle: +.PHONY: fmt +fmt: ./astyle.sh commit: - $(MAKE) astyle && $(MAKE) clean && $(MAKE) check && svn commit + $(MAKE) fmt && $(MAKE) clean && $(MAKE) check && svn commit authors.git: authors.svn sed -e 's/:/ = /' authors.svn > authors.git