[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
docs-common Makefile.common,1.173,1.174
- From: "Paul W. Frields" (pfrields) <fedora-docs-commits redhat com>
- To: fedora-docs-commits redhat com
- Subject: docs-common Makefile.common,1.173,1.174
- Date: Fri, 7 Sep 2007 13:27:07 -0400
Author: pfrields
Update of /cvs/docs/docs-common
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26105
Modified Files:
Makefile.common
Log Message:
Trivial readability fix
Index: Makefile.common
===================================================================
RCS file: /cvs/docs/docs-common/Makefile.common,v
retrieving revision 1.173
retrieving revision 1.174
diff -u -r1.173 -r1.174
--- Makefile.common 7 Sep 2007 17:25:49 -0000 1.173
+++ Makefile.common 7 Sep 2007 17:27:05 -0000 1.174
@@ -286,7 +286,7 @@
TAG_RELEASE := $(shell echo ${RELEASE} | sed s/\\\./_/g)
# tag to export, defaulting to current tag in the spec file
-TAG?=${TAG_NAME}-${TAG_VERSION}-${TAG_RELEASE}
+TAG ?= ${TAG_NAME}-${TAG_VERSION}-${TAG_RELEASE}
# The rest of this rule is set outside the ifneq
.PHONY: tag
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]