From 80b8db5445f9d4498763b6ccefdaaa155bf4ae20 Mon Sep 17 00:00:00 2001 From: Sandro Santilli Date: Wed, 28 Feb 2018 21:58:06 +0000 Subject: [PATCH] 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 --- GNUmakefile.in | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 -- 2.40.0