On 08.05.2014 23:40, David C Somayajulu wrote: > Author: davidcs > Date: Thu May 8 19:40:37 2014 > New Revision: 265703 > URL: http://svnweb.freebsd.org/changeset/base/265703
> Modified: head/sys/modules/bce/Makefile > ============================================================================== > --- head/sys/modules/bce/Makefile Thu May 8 19:35:29 2014 > (r265702) > +++ head/sys/modules/bce/Makefile Thu May 8 19:40:37 2014 > (r265703) > @@ -5,4 +5,9 @@ SRCS= opt_bce.h if_bce.c miibus_if.h mii > > #CFLAGS += -DBCE_DEBUG=0 > > +clean: > + rm -f opt_bdg.h device_if.h bus_if.h pci_if.h export_syms > + rm -f *.o *.kld *.ko > + rm -f @ machine x86 miibus_if.h miidevs.h opt_bce.h > + > .include <bsd.kmod.mk> Hi, why did you override 'clean' target? It works well by default, but now some files don't deleted, e.g. when you build modules with DEBUG_FLAGS. Also the same problem with if_bxe(4) module. -- WBR, Andrey V. Elsukov _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "[email protected]"
