common Makefile.common,1.68,1.69

Tom Callaway (spot) fedora-extras-commits at redhat.com
Thu Jul 5 13:40:26 UTC 2007


Author: spot

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

Modified Files:
	Makefile.common 
Log Message:

Fix false provide



Index: Makefile.common
===================================================================
RCS file: /cvs/extras/common/Makefile.common,v
retrieving revision 1.68
retrieving revision 1.69
diff -u -r1.68 -r1.69
--- Makefile.common	2 Jul 2007 13:00:55 -0000	1.68
+++ Makefile.common	5 Jul 2007 13:39:55 -0000	1.69
@@ -393,7 +393,7 @@
 
 plague: build-check $(COMMON_DIR)/branches
 	@if [ ! -x "$(PLAGUE_CLIENT)" ]; then echo "Must have plague-client installed - see http://fedoraproject.org/wiki/Extras/BuildSystemClientSetup"; exit 1; fi
-	@$(PLAGUE_CLIENT) build $(NAME) $(TAG) $(TARGET)
+	$(PLAGUE_CLIENT) build $(NAME) $(TAG) $(TARGET)
 
 koji: build-check $(COMMON_DIR)/branches
 	@if [ ! -x "$(BUILD_CLIENT)" ]; then echo "Must have koji installed - see http://fedoraproject.org/wiki/BuildSystemClientSetup"; exit 1; fi




More information about the fedora-extras-commits mailing list