From owner-cvs-src-old@FreeBSD.ORG Thu Feb 10 18:56:08 2011 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A9F3B106564A for ; Thu, 10 Feb 2011 18:56:08 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 979FE8FC21 for ; Thu, 10 Feb 2011 18:56:08 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p1AIu8k0058014 for ; Thu, 10 Feb 2011 18:56:08 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p1AIu8lp058013 for cvs-src-old@freebsd.org; Thu, 10 Feb 2011 18:56:08 GMT (envelope-from jhb@repoman.freebsd.org) Message-Id: <201102101856.p1AIu8lp058013@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to jhb@repoman.freebsd.org using -f From: John Baldwin Date: Thu, 10 Feb 2011 18:54:52 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src Makefile src/share/man/man7 build.7 X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Feb 2011 18:56:08 -0000 jhb 2011-02-10 18:54:52 UTC FreeBSD src repository Modified files: . Makefile share/man/man7 build.7 Log: SVN rev 218524 on 2011-02-10 18:54:52Z by jhb - Add a new UNIVERSE_TARGET variable for 'make universe'. If it is set, then that target is invoked for each architecture rather than the default action of building world and kernels for each architecture. - Add a 'make toolchains' wrapper which uses UNIVERSE_TARGET to build toolchains for all architectures. - Document JFLAG, MAKE_JUST_KERNELS, and MAKE_JUST_WORLDS variables for 'make universe'. Reviewed by: bz MFC after: 1 week Revision Changes Path 1.385 +17 -8 src/Makefile 1.59 +32 -6 src/share/man/man7/build.7