From owner-cvs-all Mon Feb 19 23:48: 0 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 46CE537B401; Mon, 19 Feb 2001 23:47:56 -0800 (PST) (envelope-from luigi@FreeBSD.org) Received: (from luigi@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1K7lu281225; Mon, 19 Feb 2001 23:47:56 -0800 (PST) (envelope-from luigi) Message-Id: <200102200747.f1K7lu281225@freefall.freebsd.org> From: Luigi Rizzo Date: Mon, 19 Feb 2001 23:47:54 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/picobsd/build picobsd X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG luigi 2001/02/19 23:47:53 PST Modified files: (Branch: RELENG_4) release/picobsd/build picobsd Log: The previous solution for relative paths would clutter the source directory -- crunchgen still generate relative paths which is not what we want. For the time being, use the following trick: in crunch.conf, prefix relative paths by the string CWD which will be replaced by the absolute path during the build process. Revision Changes Path 1.1.2.4 +4 -3 src/release/picobsd/build/Attic/picobsd To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message