svn commit: r265703 - in head: share/man/man4 sys/dev/bce sys/dev/bxe sys/modules/bce
David Somayajulu
david.somayajulu at qlogic.com
Wed Sep 17 19:16:25 UTC 2014
HI John,
Thanks for the info. I will go ahead and get rid of "clean" in the Makefile.
Thanks
David S.
-----Original Message-----
From: John Baldwin [mailto:jhb at freebsd.org]
Sent: Wednesday, September 17, 2014 8:02 AM
To: David Somayajulu
Cc: Andrey V. Elsukov; David C Somayajulu; src-committers at freebsd.org; svn-src-all at freebsd.org; svn-src-head at 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 clean files created by 'make depend' such as the 'machine' and 'x86' symlinks.
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 Corporation 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 notify the sender immediately by reply e-mail and then delete this message.
More information about the svn-src-head
mailing list