From owner-cvs-all Thu Jun 21 1:49:52 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 A0F1B37B403; Thu, 21 Jun 2001 01:49:47 -0700 (PDT) (envelope-from luigi@FreeBSD.org) Received: (from luigi@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f5L8nlV72505; Thu, 21 Jun 2001 01:49:47 -0700 (PDT) (envelope-from luigi) Message-Id: <200106210849.f5L8nlV72505@freefall.freebsd.org> From: Luigi Rizzo Date: Thu, 21 Jun 2001 01:49:47 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/picobsd/build Makefile.conf 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/06/21 01:49:47 PDT Modified files: release/picobsd/build Makefile.conf picobsd Log: Move handling of crunch* files into Makefile.conf, which is a better place to handle dependencies. Make another step at helping cross-compiling: when the user specifies an alternate source tree, the script takes care of creating include files and libraries for the new tree. Furthermore, build and use a version of the "config" program which matches the new sources. It takes a long time to create libraries, and it might even not do the right thing at once, there might be some dependencies that i have forgotten. At any rate, with this code i have been able to build a working picobsd image using -CURRENT sources on -STABLE MFC after: 3 days Revision Changes Path 1.11 +27 -10 src/release/picobsd/build/Makefile.conf 1.7 +33 -21 src/release/picobsd/build/picobsd To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message