Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Sep 2014 09:00:05 +0400
From:      "Andrey V. Elsukov" <ae@FreeBSD.org>
To:        David C Somayajulu <davidcs@FreeBSD.org>, 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
Message-ID:  <54167255.5090806@FreeBSD.org>
In-Reply-To: <201405081940.s48Jebh5041824@svn.freebsd.org>
References:  <201405081940.s48Jebh5041824@svn.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?54167255.5090806>