common Makefile.common,1.119,1.120 branches,1.26,1.27

Dennis Gilmore ausil at fedoraproject.org
Tue Nov 11 17:56:02 UTC 2008


Author: ausil

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

Modified Files:
	Makefile.common branches 
Log Message:
allow OLPC-4  for the next version of OLPC's fedora  based on F-10



Index: Makefile.common
===================================================================
RCS file: /cvs/extras/common/Makefile.common,v
retrieving revision 1.119
retrieving revision 1.120
diff -u -r1.119 -r1.120
--- Makefile.common	7 Oct 2008 14:12:30 -0000	1.119
+++ Makefile.common	11 Nov 2008 17:55:32 -0000	1.120
@@ -438,7 +438,7 @@
 	@if [ ! -x "$(BUILD_CLIENT)" ]; then echo "Must have koji installed - see http://fedoraproject.org/wiki/BuildSystemClientSetup"; exit 1; fi
 	$(BUILD_CLIENT) $(SECONDARY_CONFIG) build $(BUILD_FLAGS) $(TARGET) '$(CVS_URL)'
 
-ifneq (, $(filter devel F-11 F-10 F-9 F-8  OLPC-2 OLPC-3, $(BRANCH)))
+ifneq (, $(filter devel F-11 F-10 F-9 F-8  OLPC-2 OLPC-3 OLPC-4, $(BRANCH)))
 build: koji
 else
 build: plague


Index: branches
===================================================================
RCS file: /cvs/extras/common/branches,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- branches	7 Nov 2008 17:58:32 -0000	1.26
+++ branches	11 Nov 2008 17:55:32 -0000	1.27
@@ -3,6 +3,7 @@
 RHL-9:rhl9:.rhl9:rhl:9
 OLPC-2:dist-olpc2:.olpc2:olpc:2
 OLPC-3:dist-olpc3:.olpc3:olpc:3
+OLPC-4:dist-olpc4:.olpc4:olpc:4
 EL-4:el4:.el4:epel:4
 EL-5:el5:.el5:epel:5
 FC-1:fc1:.fc1:fedora:1




More information about the scm-commits mailing list