common Makefile.common,1.69,1.70

Jesse Keating (jkeating) fedora-extras-commits at redhat.com
Fri Jul 6 16:56:42 UTC 2007


Author: jkeating

Update of /cvs/pkgs/common
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15366

Modified Files:
	Makefile.common 
Log Message:
Builds from devel branch need to use -devel mock configs.  (#245350)



Index: Makefile.common
===================================================================
RCS file: /cvs/pkgs/common/Makefile.common,v
retrieving revision 1.69
retrieving revision 1.70
diff -u -r1.69 -r1.70
--- Makefile.common	5 Jul 2007 13:39:55 -0000	1.69
+++ Makefile.common	6 Jul 2007 16:56:11 -0000	1.70
@@ -57,6 +57,10 @@
 ifeq ($(DISTVAL),6)
 MOCKCFG = fedora-$(DISTVAL)-$(BUILDARCH)-core.cfg
 endif
+## Devel builds use -devel mock config
+ifeq ($(BRANCH),devel)
+MOCKCFG = fedora-devel-$(BUILDARCH).cfg
+endif
 
 ## SOURCEDIR is special; it has to match the CVS checkout directory, 
 ## because the CVS checkout directory contains the patch files. So it basically 




More information about the scm-commits mailing list