[csw-devel] SF.net SVN: gar:[5485] csw/mgar/gar/v1/gar.conf.mk

dmichelsen at users.sourceforge.net dmichelsen at users.sourceforge.net
Wed Jul 1 23:53:14 CEST 2009


Revision: 5485
          http://gar.svn.sourceforge.net/gar/?rev=5485&view=rev
Author:   dmichelsen
Date:     2009-07-01 21:53:14 +0000 (Wed, 01 Jul 2009)

Log Message:
-----------
mGAR v1: Print warning when using GAR v1 unless you are a GAR wizard

Modified Paths:
--------------
    csw/mgar/gar/v1/gar.conf.mk

Modified: csw/mgar/gar/v1/gar.conf.mk
===================================================================
--- csw/mgar/gar/v1/gar.conf.mk	2009-07-01 20:49:06 UTC (rev 5484)
+++ csw/mgar/gar/v1/gar.conf.mk	2009-07-01 21:53:14 UTC (rev 5485)
@@ -11,6 +11,10 @@
 # Pick up user information
 -include $(HOME)/.garrc
 
+ifeq ($(GARWIZARD),)
+  $(warning *** You are using GAR v1, which is deprecated. Please move to GAR v2 ***)
+endif
+
 # Outbound proxies
 http_proxy ?=
 ftp_proxy  ?=


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the devel mailing list