common Makefile.common,1.66,1.67

Tom Callaway (spot) fedora-extras-commits at redhat.com
Fri Jun 15 17:11:21 UTC 2007


Author: spot

Update of /cvs/extras/common
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4444

Modified Files:
	Makefile.common 
Log Message:

OLPC-2 needs to build with koji.



Index: Makefile.common
===================================================================
RCS file: /cvs/extras/common/Makefile.common,v
retrieving revision 1.66
retrieving revision 1.67
diff -u -r1.66 -r1.67
--- Makefile.common	14 Jun 2007 07:12:51 -0000	1.66
+++ Makefile.common	15 Jun 2007 17:10:50 -0000	1.67
@@ -388,7 +388,7 @@
 	@if [ ! -x "$(BUILD_CLIENT)" ]; then echo "Must have koji installed - see http://fedoraproject.org/wiki/BuildSystemClientSetup"; exit 1; fi
 	@$(BUILD_CLIENT) build $(BUILD_FLAGS) $(TARGET) '$(CVS_URL)'
 
-ifneq (, $(filter devel F-7, $(BRANCH)))
+ifneq (, $(filter devel F-7 OLPC-2, $(BRANCH)))
 build: koji
 else
 build: plague




More information about the fedora-extras-commits mailing list