common Makefile.common,1.117,1.118

Toshio くらとみ toshio at fedoraproject.org
Mon Oct 6 16:54:00 UTC 2008


Author: toshio

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

Modified Files:
	Makefile.common 
Log Message:
Better chain-build docs from Patrice



Index: Makefile.common
===================================================================
RCS file: /cvs/pkgs/common/Makefile.common,v
retrieving revision 1.117
retrieving revision 1.118
diff -u -r1.117 -r1.118
--- Makefile.common	1 Oct 2008 21:22:49 -0000	1.117
+++ Makefile.common	6 Oct 2008 16:53:30 -0000	1.118
@@ -620,12 +620,16 @@
 	@echo "	tag			Tag sources as \"$(TAG)\""
 	@echo "	build			Request build of \"$(TAG)\" for $(TARGET)"
 	@echo "	chain-build		Build current package in order with other packages"
-	@echo "		example:  make chain-build CHAIN='libwidget libgizmo'"
+	@echo "		    example:  make chain-build CHAIN='libwidget libgizmo'"
 	@echo "		The current package is added to the end of the CHAIN list."
-	@echo "		Colons (:) can be used in the CHAIN parameter to define dependency groups."
-	@echo "		Packages in a single group will be built in parallel, and all packages"
-	@echo "		  in a group must build successfully and populate the repository before"
-	@echo "		  the next group will begin building."
+	@echo "		Colons (:) can be used in the CHAIN parameter to define"
+	@echo "		groups of packages.  Packages in any single group will be"
+	@echo "		built in parallel and all packages in a group must build"
+	@echo "		successfully and populate the repository before the next"
+	@echo "		group will begin building.  For example:"
+	@echo "		    make chain-build CHAIN='libwidget libaselib : libgizmo :'"
+	@echo "		will cause libwidget and libaselib to be built in parallel,"
+	@echo "		followed by libgizmo and then the currect directory package."
 	@echo "		If no groups are defined, packages will be built sequentially."
 	@echo "	scratch-build		Request scratch build of \"$(TAG)\" for $(TARGET)"
 	@echo "	srpm-scratch-build	Request scratch build of srpm"




More information about the scm-commits mailing list