From bab335dae486ab898f7a6998f04dbe9e7c5e5cad Mon Sep 17 00:00:00 2001 From: Kevin Neufeld Date: Mon, 25 May 2009 20:26:43 +0000 Subject: [PATCH] added a status line to the main makefile that indicates if PostGIS was built successfully. git-svn-id: http://svn.osgeo.org/postgis/trunk@4099 b70326c6-7e19-0410-871a-916f4a2858ee --- GNUmakefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/GNUmakefile b/GNUmakefile index 9d58a81c4..127698b90 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -4,7 +4,8 @@ # #----------------------------------------------------- -all: postgis loaderdumper utils +all: postgis loaderdumper utils + @echo "PostGIS was built successfully. Ready to install." install: all postgis-install loaderdumper-install -- 2.40.0