]> granicus.if.org Git - postgis/commitdiff
Rename "astyle" Makefile rule to "fmt", mark as phony
authorSandro Santilli <strk@kbt.io>
Wed, 28 Feb 2018 21:58:06 +0000 (21:58 +0000)
committerSandro Santilli <strk@kbt.io>
Wed, 28 Feb 2018 21:58:06 +0000 (21:58 +0000)
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

GNUmakefile.in

index d14af4f80b14de80820ad6048c1839062afaf054..49a0d35824acbc42ed7dcbb4fba6356e75ba92c6 100644 (file)
@@ -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