[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
docs-common Makefile.common,1.134,1.135
- From: "Paul W. Frields" (pfrields) <fedora-docs-commits redhat com>
- To: fedora-docs-commits redhat com
- Subject: docs-common Makefile.common,1.134,1.135
- Date: Sat, 5 Aug 2006 06:14:30 -0700
Author: pfrields
Update of /cvs/docs/docs-common
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15565
Modified Files:
Makefile.common
Log Message:
Only do a showvars for TAG_RELEASE if there's one to be had.
Index: Makefile.common
===================================================================
RCS file: /cvs/docs/docs-common/Makefile.common,v
retrieving revision 1.134
retrieving revision 1.135
diff -u -r1.134 -r1.135
--- Makefile.common 5 Aug 2006 13:11:34 -0000 1.134
+++ Makefile.common 5 Aug 2006 13:14:28 -0000 1.135
@@ -312,7 +312,9 @@
showvars::
@echo "TAG_NAME=${TAG_NAME}"
@echo "TAG_VERSION=${TAG_VERSION}"
+ifdef TAG_RELEASE # Only used if we have a specfile!
@echo "TAG_RELEASE=${TAG_RELEASE}"
+endif
@echo "TAG=${TAG}"
@echo "### (Tag vars do not necessarily reflect CVS status)"
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]