svn commit: r265917 - in stable/10: share/man/man4 sys/dev/bce sys/dev/bxe sys/modules/bce

Glen Barber gjb at FreeBSD.org
Mon May 12 16:18:59 UTC 2014


On Mon, May 12, 2014 at 03:52:49PM +0000, David C Somayajulu wrote:
> Author: davidcs
> Date: Mon May 12 15:52:49 2014
> New Revision: 265917
> URL: http://svnweb.freebsd.org/changeset/base/265917
> 
> Log:
>   MFC r265703
>   Modify Copyright information and other strings to reflect
>   Qlogic Corporation's purchase of Broadcom's NetXtreme business.
>   Added clean option to Makefile
>   

> Modified: stable/10/sys/modules/bce/Makefile
> ==============================================================================
> --- stable/10/sys/modules/bce/Makefile	Mon May 12 14:46:32 2014	(r265916)
> +++ stable/10/sys/modules/bce/Makefile	Mon May 12 15:52:49 2014	(r265917)
> @@ -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>

Shouldn't these be listed in CLEANFILES ?

Glen

-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 834 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-src-all/attachments/20140512/2ebf7033/attachment.sig>


More information about the svn-src-all mailing list