From owner-cvs-all Tue Jul 18 6:43:42 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 56ADA37BDCF; Tue, 18 Jul 2000 06:43:39 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Received: (from nbm@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA24466; Tue, 18 Jul 2000 06:43:39 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Message-Id: <200007181343.GAA24466@freefall.freebsd.org> From: Neil Blakey-Milner Date: Tue, 18 Jul 2000 06:43:39 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/picobsd/custom/crunch1 Makefile crunch.conf X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG nbm 2000/07/18 06:43:39 PDT Modified files: release/picobsd/custom/crunch1 Makefile crunch.conf Log: Make a separate build directory in which to put all the generated objects, to simplify working with PicoBSD. Add the ability to put make instructions in crunch.inc to pass to the build process. Now explicitly make the objects in our own object tree, since we want to build the objects with our own defines, and allow this to occur in a common object tree for all PicoBSD builds, if required. This is controlled by the COMM_OBJ variable, for those who don't want this - setting it to /usr/obj again will just pick up the objects from your last make buildworld, as before. Revision Changes Path 1.3 +20 -6 src/release/picobsd/custom/crunch1/Makefile 1.3 +2 -2 src/release/picobsd/custom/crunch1/crunch.conf To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message