From owner-freebsd-doc@FreeBSD.ORG Wed Feb 16 19:10:23 2005 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 988A416A4CE for ; Wed, 16 Feb 2005 19:10:23 +0000 (GMT) Received: from smtp.thilelli.net (smtp.thilelli.net [213.41.129.161]) by mx1.FreeBSD.org (Postfix) with ESMTP id BB01343D53 for ; Wed, 16 Feb 2005 19:10:22 +0000 (GMT) (envelope-from jpeg@thilelli.net) Received: from localhost (localhost [127.0.0.1]) by bento.thilelli.net (Postfix) with ESMTP id A53EF73082; Wed, 16 Feb 2005 20:10:13 +0100 (CET) Received: from bento.thilelli.net ([127.0.0.1]) by localhost (bento.thilelli.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 35488-01; Wed, 16 Feb 2005 20:10:08 +0100 (CET) Received: from webmail.thilelli.net (localhost [127.0.0.1]) by bento.thilelli.net (Postfix) with ESMTP id 60D877307F; Wed, 16 Feb 2005 20:10:08 +0100 (CET) Received: from 192.168.1.18 (SquirrelMail authenticated user jgabel) by webmail.thilelli.net with HTTP; Wed, 16 Feb 2005 20:10:08 +0100 (CET) Message-ID: <50679.192.168.1.18.1108581008.squirrel@webmail.thilelli.net> In-Reply-To: References: <200502161740.j1GHeQXn062082@freefall.freebsd.org> Date: Wed, 16 Feb 2005 20:10:08 +0100 (CET) From: "Julien Gabel" To: "Chris Buechler" User-Agent: SquirrelMail/1.4.4 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal X-Virus-Scanned: amavisd-new at thilelli.net cc: freebsd-doc@freebsd.org Subject: Re: docs/77610: update jail(8) because 'make world' doesn't work anymore X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: jpeg@thilelli.net List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Feb 2005 19:10:23 -0000 > On Wed, 16 Feb 2005 09:40:46 -0800 (PST), Tom Rhodes > wrote: >> The following reply was made to PR docs/77610; it has been noted by >> GNATS. >> >> From: Tom Rhodes >>>> Number: 77610 >>>> Category: docs >>>> Synopsis: update jail(8) because 'make world' doesn't work anymore >> make world is broken? > `make world DESTDIR=$D` doesn't work anymore, but `env DESTDIR=$D make > world` does. I've seen this on all my 5.3 systems. On RELENG_5_3, yes. But `make world DESTDIR=$D` seems to work fine under the RELENG_5 branch, though. -- -jpeg.