From owner-freebsd-questions@FreeBSD.ORG Mon Jul 4 17:28:06 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 16C6916A41C for ; Mon, 4 Jul 2005 17:28:06 +0000 (GMT) (envelope-from jdyke@azimapower.com) Received: from extgw01.msys.intellispace.net (extgw01.msys.intellispace.net [160.79.150.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id E262E43D4C for ; Mon, 4 Jul 2005 17:28:05 +0000 (GMT) (envelope-from jdyke@azimapower.com) Received: from malone.intellispace.net (malone.intellispace.net [160.79.145.141]) by extgw01.msys.intellispace.net (Postfix) with ESMTP id ECB99C4EF9 for ; Mon, 4 Jul 2005 13:27:50 -0400 (EDT) Received: from [192.168.2.45] (66.9.108.98) by malone.intellispace.net (5.1.053) id 42C690CE000B1917 for freebsd-questions@freebsd.org; Mon, 4 Jul 2005 13:26:38 -0400 Message-ID: <42C97198.1070007@azimapower.com> Date: Mon, 04 Jul 2005 17:27:52 +0000 From: jdyke Organization: Azima Inc. User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: rebuild of a jail uses old DESTDIR X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: jdyke@azimapower.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jul 2005 17:28:06 -0000 i had built a jail a few weeks ago as a learning expierence, specifying a DESTDIR of /usr/jail/ssh for make world, i don't really want it to reside there long term and want to build it with less features enabled in make.conf. So now I'm trying to build another jail in another location and `make world DESTDIR=/path/to/new/dir` fails with -------------------------------------------------------------- >>> Building an up-to-date make(1) -------------------------------------------------------------- make: don't know how to make /usr/jail/ssh/usr/lib/libc.a. Stop I've run a make clean and make cleandir and tried to re run without success. i'm currently running a grep to look for the old path in any file on the whole system, /etc/ and /usr similar greps came up empty. How can i make the system forget about the old DESTDIR? Should i just delete all of /usr/src and cvsup? thanks for any assistance jd