[csw-devel] SF.net SVN: gar:[11889] csw/mgar/gar/v2/gar.mk

skayser at users.sourceforge.net skayser at users.sourceforge.net
Sun Dec 12 13:50:05 CET 2010


Revision: 11889
          http://gar.svn.sourceforge.net/gar/?rev=11889&view=rev
Author:   skayser
Date:     2010-12-12 12:50:05 +0000 (Sun, 12 Dec 2010)

Log Message:
-----------
gar/v2: obsolete GARNAME, GARVERSION

Modified Paths:
--------------
    csw/mgar/gar/v2/gar.mk

Modified: csw/mgar/gar/v2/gar.mk
===================================================================
--- csw/mgar/gar/v2/gar.mk	2010-12-12 12:43:48 UTC (rev 11888)
+++ csw/mgar/gar/v2/gar.mk	2010-12-12 12:50:05 UTC (rev 11889)
@@ -15,16 +15,9 @@
 $(error Your version of 'make' is too old: $(MAKE_VERSION). Please make sure you are using at least 3.81)
 endif
 
-# Prepare for the GARNAME & GARVERSION to NAME & VERSION migration. While the
-# recipes have not been adjusted, we will accept both variables. Once the
-# adjustment has been carried out, delete these two lines and uncomment the
-# deprecation errors below.
-NAME ?= $(GARNAME)
-VERSION ?= $(GARVERSION)
+$(if $(GARNAME),$(error The deprecated variable 'GARNAME' is defined, please replace it with 'NAME'))
+$(if $(GARVERSION),$(error The deprecated variable 'GARVERSION' is defined, please replace it with 'VERSION'))
 
-#$(if $(GARNAME),$(error The deprecated variable 'GARNAME' is defined, please replace it with 'NAME'))
-#$(if $(GARVERSION),$(error The deprecated variable 'GARVERSION' is defined, please replace it with 'VERSION'))
-
 # $(GARDIR) is pre-set by the top-level category.mk
 GARBIN  = $(GARDIR)/bin
 


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