On Wed, Sep 17, 2014 at 11:02:00AM -0400, John Baldwin wrote:
> 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.  

That seems to have changed with r269039.

> There is a 'make cleandepend' that will clean up such files, but I tend to 
> use 
> 'make cleandir' which does both.

_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to