From owner-cvs-all Fri Sep 28 14: 2:19 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 93D5A37B405; Fri, 28 Sep 2001 14:02:15 -0700 (PDT) Received: (from luigi@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8SL2Fa97659; Fri, 28 Sep 2001 14:02:15 -0700 (PDT) (envelope-from luigi) Message-Id: <200109282102.f8SL2Fa97659@freefall.freebsd.org> From: Luigi Rizzo Date: Fri, 28 Sep 2001 14:02:15 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/picobsd/build picobsd X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG luigi 2001/09/28 14:02:15 PDT Modified files: release/picobsd/build picobsd Log: Move a bunch of initialization into a function which must be run before parsing the command line. Move code to build include and libraries in a separate function, so we can use the verbose flag for that. Chang ownership of some directories so more of the build process (namely, builds of include and libs) can be run without root permission (we still depend on root permission to mount a memory filesystem). Revision Changes Path 1.14 +77 -55 src/release/picobsd/build/picobsd To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message