common Makefile.common,1.114,1.115

Dennis Gilmore ausil at fedoraproject.org
Sun Sep 28 18:22:43 UTC 2008


Author: ausil

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

Modified Files:
	Makefile.common 
Log Message:
add piggyback to sparc specific packages 
add s390-utils to s390 specific patckages



Index: Makefile.common
===================================================================
RCS file: /cvs/extras/common/Makefile.common,v
retrieving revision 1.114
retrieving revision 1.115
diff -u -r1.114 -r1.115
--- Makefile.common	17 Sep 2008 19:51:54 -0000	1.114
+++ Makefile.common	28 Sep 2008 18:22:12 -0000	1.115
@@ -113,9 +113,12 @@
 ## for secondary arch only packages we cant build on the primary hub
 ## we need to go direct to the secondary arch hub
 define secondary-arch 
-for name in silo prtconf lssbus afbinit xorg-x11-drv-sunbw2 xorg-x11-drv-suncg14 xorg-x11-drv-suncg3 xorg-x11-drv-suncg6 xorg-x11-drv-sunffb xorg-x11-drv-sunleo xorg-x11-drv-suntcx ; \
+for name in silo prtconf lssbus afbinit piggyback xorg-x11-drv-sunbw2 xorg-x11-drv-suncg14 xorg-x11-drv-suncg3 xorg-x11-drv-suncg6 xorg-x11-drv-sunffb xorg-x11-drv-sunleo xorg-x11-drv-suntcx ; \
 do if [ "$$name" = "$(NAME)" ]; then echo "-c ~/.koji/sparc-config"; fi \
 done 
+for name in s390-utils ; \
+do if [ "$$name" = "$(NAME)" ]; then echo "-c ~/.koji/s390-config"; fi \
+done
 endef
 # if we have defineded SECONDARY_CONFIG trust the user is doing it for a reason
 ifndef SECONDARY_CONFIG




More information about the fedora-extras-commits mailing list