From owner-svn-src-all@FreeBSD.ORG Mon Sep 15 17:22:16 2014 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8F4E14C3; Mon, 15 Sep 2014 17:22:16 +0000 (UTC) Received: from mail-pd0-x22a.google.com (mail-pd0-x22a.google.com [IPv6:2607:f8b0:400e:c02::22a]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 45FD72EC; Mon, 15 Sep 2014 17:22:16 +0000 (UTC) Received: by mail-pd0-f170.google.com with SMTP id fp1so6667990pdb.15 for ; Mon, 15 Sep 2014 10:22:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=references:mime-version:in-reply-to:content-type :content-transfer-encoding:message-id:cc:from:subject:date:to; bh=MjFCkKHlfMEBHh9fvMAR7WhmylXVIwtlCBBi8dU4k9w=; b=api9vGZoEcgsCky7vfKjorg+VHZpwxxBu1yg3rEokGOT0YdvwhNRA6ECTQ+Su24ETf Fv8fE8YUIIqgJBFx0a9PTuEKbgsk/AHUzzvO8oKh2r2nCeoCl5AqDceVR2hnLdU3hENk NEQ99HGyIhOUUyXhzHJc8D9U3CDv+d5D8niSaeO0gZdilI4rq7f7ii5DiDmy15j1FPu2 BHtdAWaJfxbJNO39Ln5QI0jFMF+yi2UfMF+Rf4S454rrRN2WYugkGDnxmtKVKYi33zfR YVmAGvkLGG5fWG0qEj7JfhojXdCVupd5YokiMLZ3XCpZkUi21za2UXxF958JkNg3nruT aBrw== X-Received: by 10.70.127.238 with SMTP id nj14mr8741850pdb.156.1410801735865; Mon, 15 Sep 2014 10:22:15 -0700 (PDT) Received: from [10.185.225.253] (mobile-166-137-212-254.mycingular.net. [166.137.212.254]) by mx.google.com with ESMTPSA id db2sm11983137pbc.16.2014.09.15.10.22.14 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 15 Sep 2014 10:22:15 -0700 (PDT) References: <201405081940.s48Jebh5041824@svn.freebsd.org> <54167255.5090806@FreeBSD.org> <49F5640B08EAA94DAF2F6B6145E6A08A012866587B@AVMB1.qlogic.org> Mime-Version: 1.0 (1.0) In-Reply-To: <49F5640B08EAA94DAF2F6B6145E6A08A012866587B@AVMB1.qlogic.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Message-Id: X-Mailer: iPhone Mail (11D257) From: Garrett Cooper Subject: Re: svn commit: r265703 - in head: share/man/man4 sys/dev/bce sys/dev/bxe sys/modules/bce Date: Mon, 15 Sep 2014 10:22:09 -0700 To: David Somayajulu Cc: "svn-src-head@freebsd.org" , "Andrey V. Elsukov" , "svn-src-all@freebsd.org" , "src-committers@freebsd.org" , David C Somayajulu X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Sep 2014 17:22:16 -0000 > On Sep 15, 2014, at 9:31, David Somayajulu w= rote: >=20 > Hi Andrey, > When I didn't have the clean override, "make clean" was not cleaning prop= erly when I built a standalone loadable driver. Perhaps we can change "clean= " in bxe/Makefile and bce/Makefile to "dclean". Hi David, Does make depend work from a clean obj tree? You added some files to you= r make clean target that aren't in SRCS. Cheers, -Garrett=