From owner-freebsd-current@FreeBSD.ORG Sat Jun 5 12:28:22 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8D26316A4CE; Sat, 5 Jun 2004 12:28:22 -0700 (PDT) Received: from harmony.village.org (rover.village.org [168.103.84.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1499743D41; Sat, 5 Jun 2004 12:28:22 -0700 (PDT) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.11/8.12.11) with ESMTP id i55JOoFM003674; Sat, 5 Jun 2004 13:24:51 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Sat, 05 Jun 2004 13:24:58 -0600 (MDT) Message-Id: <20040605.132458.34602230.imp@bsdimp.com> To: pdseniura@techie.com From: "M. Warner Losh" In-Reply-To: <20040604235646.37BD2790037@ws1-14.us4.outblaze.com> References: <20040604235646.37BD2790037@ws1-14.us4.outblaze.com> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: billf@freebsd.org cc: freebsd-current@freebsd.org Subject: Re: addendum - several modules failing to be built - all relatedto pccarddevs.h X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Jun 2004 19:28:22 -0000 Make sure that you do not have *ANY* of the following in your /etc/make.conf file: NOCLEAN NOCLEANDIR Also, make sure that you don't have any .depend files in your /usr/src tree and that /usr/obj is completely empty. Warner