[csw-devel] SF.net SVN: gar:[12523] csw/mgar/gar/v2-uwatch2/gar.lib.mk
wbonnet at users.sourceforge.net
wbonnet at users.sourceforge.net
Thu Jan 13 01:45:50 CET 2011
Revision: 12523
http://gar.svn.sourceforge.net/gar/?rev=12523&view=rev
Author: wbonnet
Date: 2011-01-13 00:45:49 +0000 (Thu, 13 Jan 2011)
Log Message:
-----------
Fix case
Modified Paths:
--------------
csw/mgar/gar/v2-uwatch2/gar.lib.mk
Modified: csw/mgar/gar/v2-uwatch2/gar.lib.mk
===================================================================
--- csw/mgar/gar/v2-uwatch2/gar.lib.mk 2011-01-13 00:27:01 UTC (rev 12522)
+++ csw/mgar/gar/v2-uwatch2/gar.lib.mk 2011-01-13 00:45:49 UTC (rev 12523)
@@ -183,7 +183,7 @@
################### UWATCH VARIABLES ###################
UPSTREAM_MASTER_SITES ?= $(MASTER_SITES)
-ENABLE_uwatch ?= 1
+ENABLE_UWATCH ?= 1
UW_ARGS = $(addsuffix ',$(addprefix --upstream-url=',$(UPSTREAM_MASTER_SITES)))
REGEXP_ARGS = $(addsuffix ',$(addprefix --regexp=',$(UFILES_REGEX)))
@@ -196,7 +196,7 @@
# Display uwatch informations
#
get-uwatch-configuration:
- @if [ '$(ENABLE_uwatch)' -ne '1' ] ; then \
+ @if [ '$(ENABLE_UWATCH)' -ne '1' ] ; then \
echo "$(NAME) - Upstream Watch is disabled" ; \
else \
echo "$(NAME) - Upstream Watch is enabled is enabled" ; \
@@ -222,7 +222,7 @@
#
get-upstream-version-list: VERSIONLIST = $(call versionlist)
get-upstream-version-list:
- @if [ '$(ENABLE_uwatch)' -ne '1' ] ; then \
+ @if [ '$(ENABLE_UWATCH)' -ne '1' ] ; then \
echo "$(NAME) - Upstream Watch is disabled" ; \
else \
if [ ! -n '$(UFILES_REGEX)' ]; then \
@@ -253,7 +253,7 @@
#
LATESTVERSION:=$(shell http_proxy=$(http_proxy) ftp_proxy=$(ftp_proxy) $(GARBIN)/uwatch get-upstream-latest-version $(UW_ARGS) $(REGEXP_ARGS))
get-upstream-latest-version:
- @if [ '$(ENABLE_uwatch)' -ne '1' ] ; then \
+ @if [ '$(ENABLE_UWATCH)' -ne '1' ] ; then \
echo "$(NAME) - Upstream Watch is disabled" ; \
else \
if [ ! -n '$(UFILES_REGEX)' ]; then \
@@ -281,7 +281,7 @@
#
CHECKUPSTREAMVERSION=$(shell http_proxy=$(http_proxy) ftp_proxy=$(ftp_proxy) $(GARBIN)/uwatch check-upstream $(UW_ARGS) $(REGEXP_ARGS) $(VERSION_ARGS) )
check-upstream:
- @if [ '$(ENABLE_uwatch)' -ne '1' ] ; then \
+ @if [ '$(ENABLE_UWATCH)' -ne '1' ] ; then \
echo "$(NAME) - Upstream Watch is disabled" ; \
else \
if [ ! -n '$(UFILES_REGEX)' ]; then \
@@ -310,7 +310,7 @@
#
upgrade-to-latest-upstream:
@echo "In upgrade-to-latest-upstream" ; \
- if [ '$(ENABLE_uwatch)' -ne '1' ] ; then \
+ if [ '$(ENABLE_UWATCH)' -ne '1' ] ; then \
echo "$(NAME) - Upstream Watch is disabled" ; \
else \
if [ ! -n '$(UFILES_REGEX)' ]; then \
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