From owner-svn-src-all@FreeBSD.ORG Wed Sep 17 19:16:25 2014 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 88A8867D; Wed, 17 Sep 2014 19:16:25 +0000 (UTC) Received: from mx0a-0016ce01.pphosted.com (mx0a-0016ce01.pphosted.com [67.231.148.157]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 618F2B74; Wed, 17 Sep 2014 19:16:24 +0000 (UTC) Received: from pps.filterd (m0045602.ppops.net [127.0.0.1]) by mx0a-0016ce01.pphosted.com (8.14.5/8.14.5) with SMTP id s8HJETbL020270; Wed, 17 Sep 2014 12:16:18 -0700 Received: from avcashub1.qlogic.com (avcashub1.qlogic.com [198.70.193.115]) by mx0a-0016ce01.pphosted.com with ESMTP id 1pef5f2p8d-1 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NOT); Wed, 17 Sep 2014 12:16:18 -0700 Received: from AVMB1.qlogic.org ([fe80::c919:8cc:f3ba:c727]) by avcashub1.qlogic.org ([::1]) with mapi id 14.02.0387.000; Wed, 17 Sep 2014 12:16:21 -0700 From: David Somayajulu To: John Baldwin Subject: RE: svn commit: r265703 - in head: share/man/man4 sys/dev/bce sys/dev/bxe sys/modules/bce Thread-Topic: svn commit: r265703 - in head: share/man/man4 sys/dev/bce sys/dev/bxe sys/modules/bce Thread-Index: AQHPavVn2jiHLJpVI0alLPpTagQEkZwC40GAgABIDUCAA4TJAP//0X+g Date: Wed, 17 Sep 2014 19:16:16 +0000 Message-ID: <49F5640B08EAA94DAF2F6B6145E6A08A0128666B51@AVMB1.qlogic.org> References: <201405081940.s48Jebh5041824@svn.freebsd.org> <54167255.5090806@FreeBSD.org> <49F5640B08EAA94DAF2F6B6145E6A08A012866587B@AVMB1.qlogic.org> <1807177.fGkyECExdY@ralph.baldwin.cx> In-Reply-To: <1807177.fGkyECExdY@ralph.baldwin.cx> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.1.4.10] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Proofpoint-Virus-Version: vendor=nai engine=5600 definitions=7564 signatures=670521 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 spamscore=0 suspectscore=0 phishscore=0 adultscore=0 bulkscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=7.0.1-1402240000 definitions=main-1409170159 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: Wed, 17 Sep 2014 19:16:25 -0000 HI John, Thanks for the info. I will go ahead and get rid of "clean" in the Makefil= e. Thanks David S. -----Original Message----- From: John Baldwin [mailto:jhb@freebsd.org] Sent: Wednesday, September 17, 2014 8:02 AM To: David Somayajulu Cc: Andrey V. Elsukov; David C Somayajulu; src-committers@freebsd.org; svn-= src-all@freebsd.org; svn-src-head@freebsd.org Subject: Re: svn commit: r265703 - in head: share/man/man4 sys/dev/bce sys/= dev/bxe sys/modules/bce On Monday, September 15, 2014 04:31:13 PM David Somayajulu wrote: > Hi Andrey, > When I didn't have the clean override, "make clean" was not cleaning > properly when I built a standalone loadable driver. Perhaps we can > change "clean" in bxe/Makefile and bce/Makefile to "dclean". Try using 'make cleandir' instead of 'make clean'. 'make clean' does not c= lean files created by 'make depend' such as the 'machine' and 'x86' symlink= s. There is a 'make cleandepend' that will clean up such files, but I tend to = use 'make cleandir' which does both. -- John Baldwin ________________________________ This message and any attached documents contain information from QLogic Cor= poration or its wholly-owned subsidiaries that may be confidential. If you = are not the intended recipient, you may not read, copy, distribute, or use = this information. If you have received this transmission in error, please n= otify the sender immediately by reply e-mail and then delete this message.