[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[www-el-commits] www-el GNUmakefile
From: |
Georgios Zarkadas |
Subject: |
[www-el-commits] www-el GNUmakefile |
Date: |
Mon, 21 Mar 2011 22:49:42 +0000 |
CVSROOT: /cvsroot/www-el
Module name: www-el
Changes by: Georgios Zarkadas <gzarkadas> 11/03/21 22:49:42
Modified files:
. : GNUmakefile
Log message:
even more fixups
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/www-el/GNUmakefile?cvsroot=www-el&r1=1.18&r2=1.19
Patches:
Index: GNUmakefile
===================================================================
RCS file: /cvsroot/www-el/www-el/GNUmakefile,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -b -r1.18 -r1.19
--- GNUmakefile 21 Mar 2011 22:37:43 -0000 1.18
+++ GNUmakefile 21 Mar 2011 22:49:41 -0000 1.19
@@ -226,11 +226,11 @@
# To find prefix, make REPO lowercase and substitute arch by tla
#
-repoprefix = $(subst arch,tla,$(shell echo $(REPO) | tr A-Z a-z))
+repoprefix := $(subst arch,tla,$(shell echo $(REPO) | tr A-Z a-z))
-repoupdate = $(repoprefix)-update
-repocommit = $(repoprefix)-commit
-repotag = $(repoprefix)-tag
+repoupdate := $($(repoprefix)-update)
+repocommit := $($(repoprefix)-commit)
+repotag := $($(repoprefix)-tag)
# Targets