common Makefile.common,1.112,1.113

Dennis Gilmore ausil at fedoraproject.org
Wed Sep 17 18:47:41 UTC 2008


Author: ausil

Update of /cvs/extras/common
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv1429

Modified Files:
	Makefile.common 
Log Message:
revert the commit disabling TAG_OPTS



Index: Makefile.common
===================================================================
RCS file: /cvs/extras/common/Makefile.common,v
retrieving revision 1.112
retrieving revision 1.113
diff -u -r1.112 -r1.113
--- Makefile.common	11 Sep 2008 20:44:35 -0000	1.112
+++ Makefile.common	17 Sep 2008 18:47:11 -0000	1.113
@@ -403,7 +403,7 @@
 # If you build a new version into the tree, first do "make tag",
 # then "make srpm", then build the package.  
 tag::    $(SPECFILE) $(COMMON_DIR)/branches
-	cvs tag -c $(TAG)
+	cvs tag $(TAG_OPTS) -c $(TAG)
 	@echo "Tagged with: $(TAG)"
 	@echo
 




More information about the fedora-extras-commits mailing list