Date: Wed, 17 Sep 2014 19:16:16 +0000 From: David Somayajulu <david.somayajulu@qlogic.com> To: John Baldwin <jhb@freebsd.org> Cc: "svn-src-head@freebsd.org" <svn-src-head@freebsd.org>, "Andrey V. Elsukov" <ae@freebsd.org>, "svn-src-all@freebsd.org" <svn-src-all@freebsd.org>, "src-committers@freebsd.org" <src-committers@freebsd.org>, David C Somayajulu <davidcs@freebsd.org> Subject: RE: svn commit: r265703 - in head: share/man/man4 sys/dev/bce sys/dev/bxe sys/modules/bce Message-ID: <49F5640B08EAA94DAF2F6B6145E6A08A0128666B51@AVMB1.qlogic.org> In-Reply-To: <1807177.fGkyECExdY@ralph.baldwin.cx> References: <201405081940.s48Jebh5041824@svn.freebsd.org> <54167255.5090806@FreeBSD.org> <49F5640B08EAA94DAF2F6B6145E6A08A012866587B@AVMB1.qlogic.org> <1807177.fGkyECExdY@ralph.baldwin.cx>
next in thread | previous in thread | raw e-mail | index | archive | help
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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?49F5640B08EAA94DAF2F6B6145E6A08A0128666B51>