common Makefile.common,1.86,1.87

Dennis Gilmore (ausil) fedora-extras-commits at redhat.com
Tue Jan 15 14:23:06 UTC 2008


Author: ausil

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

Modified Files:
	Makefile.common 
Log Message:
make scratch builds honor BUILD_FLAGS



Index: Makefile.common
===================================================================
RCS file: /cvs/extras/common/Makefile.common,v
retrieving revision 1.86
retrieving revision 1.87
diff -u -r1.86 -r1.87
--- Makefile.common	3 Jan 2008 19:27:07 -0000	1.86
+++ Makefile.common	15 Jan 2008 14:22:36 -0000	1.87
@@ -430,12 +430,12 @@
 
 scratch-build: build-check
 	@if [ ! -x "$(BUILD_CLIENT)" ]; then echo "Must have koji installed - see http://fedoraproject.org/wiki/BuildSystemClientSetup"; exit 1; fi
-	@$(BUILD_CLIENT) $(SECONDARY_CONFIG) build --scratch $(TARGET) '$(CVS_URL)'
+	@$(BUILD_CLIENT) $(SECONDARY_CONFIG) build --scratch $(BUILD_FLAGS) $(TARGET) '$(CVS_URL)'
 
 
 scratch-build-%: build-check
 	@if [ ! -x "$(BUILD_CLIENT)" ]; then echo "Must have koji installed - see http://fedoraproject.org/wiki/BuildSystemClientSetup"; exit 1; fi
-	@$(BUILD_CLIENT) $(SECONDARY_CONFIG) build --scratch --arch-override=$* $(TARGET) '$(CVS_URL)'
+	@$(BUILD_CLIENT) $(SECONDARY_CONFIG) build --scratch --arch-override=$* $(BUILD_FLAGS) $(TARGET) '$(CVS_URL)'
 
 
 bodhi: build-check $(COMMON_DIR)/branches clog 




More information about the fedora-extras-commits mailing list