From: Kevin Neufeld Date: Mon, 25 May 2009 20:26:43 +0000 (+0000) Subject: added a status line to the main makefile that indicates if PostGIS was built successf... X-Git-Tag: 1.4.0b1~40 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bab335dae486ab898f7a6998f04dbe9e7c5e5cad;p=postgis 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 --- 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