docs-common Makefile.common,1.134,1.135

Paul W. Frields (pfrields) fedora-docs-commits at redhat.com
Sat Aug 5 13:14:30 UTC 2006


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)"
 




More information about the Fedora-docs-commits mailing list