common Makefile.common,1.28,1.29

Elliot Lee (sopwith) fedora-extras-commits at redhat.com
Wed Aug 3 20:11:09 UTC 2005


Author: sopwith

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

Modified Files:
	Makefile.common 
Log Message:


Make 'build' target invoke 'plague' target; update error message when plague-client is missing.



Index: Makefile.common
===================================================================
RCS file: /cvs/extras/common/Makefile.common,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- Makefile.common	29 Jul 2005 19:36:24 -0000	1.28
+++ Makefile.common	3 Aug 2005 20:10:50 -0000	1.29
@@ -312,7 +312,7 @@
 endef
 USER := $(shell $(find-user))
 
-build:   $(COMMON_DIR)/branches
+oldbuild:   $(COMMON_DIR)/branches
 	@if [ -z "$(TARGET)" -a ! -d CVS ]; then echo "Must be in a branch subdirectory"; exit 1; fi
 
 	@cvs status -v $(SPECFILE) 2>/dev/null | grep -q $(TAG); ret=$$? ;\
@@ -325,8 +325,8 @@
 	cvs commit -m "request build of $(CVS_REPOSITORY) $(TAG) for $(TARGET)" tobuild ;\
 	popd >/dev/null)
 
-plague: $(COMMON_DIR)/branches
-	@if [ ! -x /usr/bin/plague-client ]; then echo "Must have plague-client installed"; exit 1; fi
+build plague: $(COMMON_DIR)/branches
+	@if [ ! -x /usr/bin/plague-client ]; then echo "Must have plague-client installed - see http://fedoraproject.org/wiki/Extras/BuildSystemClientSetup"; exit 1; fi
 	@if [ -z "$(TARGET)" -a ! -d CVS ]; then echo "Must be in a branch subdirectory"; exit 1; fi
 
 	@cvs status -v $(SPECFILE) 2>/dev/null | grep -q $(TAG); ret=$$? ;\




More information about the fedora-extras-commits mailing list