Date: Thu, 16 Oct 2014 20:13:17 +0000 (UTC) From: Warner Losh <imp@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r273182 - in head/sys/modules: qlxgb qlxgbe qlxge Message-ID: <201410162013.s9GKDHIY055100@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: imp Date: Thu Oct 16 20:13:16 2014 New Revision: 273182 URL: https://svnweb.freebsd.org/changeset/base/273182 Log: There's no need to override the clean target. The clean target works correctly without doing so. Modified: head/sys/modules/qlxgb/Makefile head/sys/modules/qlxgbe/Makefile head/sys/modules/qlxge/Makefile Modified: head/sys/modules/qlxgb/Makefile ============================================================================== --- head/sys/modules/qlxgb/Makefile Thu Oct 16 19:53:32 2014 (r273181) +++ head/sys/modules/qlxgb/Makefile Thu Oct 16 20:13:16 2014 (r273182) @@ -35,9 +35,4 @@ KMOD= if_qlxgb SRCS= qla_os.c qla_dbg.c qla_hw.c qla_misc.c qla_isr.c qla_ioctl.c SRCS+= device_if.h bus_if.h pci_if.h -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 - .include <bsd.kmod.mk> Modified: head/sys/modules/qlxgbe/Makefile ============================================================================== --- head/sys/modules/qlxgbe/Makefile Thu Oct 16 19:53:32 2014 (r273181) +++ head/sys/modules/qlxgbe/Makefile Thu Oct 16 20:13:16 2014 (r273182) @@ -41,10 +41,4 @@ SRCS+= device_if.h bus_if.h pci_if.h #CFLAGS += -DQL_DBG -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 - .include <bsd.kmod.mk> - Modified: head/sys/modules/qlxge/Makefile ============================================================================== --- head/sys/modules/qlxge/Makefile Thu Oct 16 19:53:32 2014 (r273181) +++ head/sys/modules/qlxge/Makefile Thu Oct 16 20:13:16 2014 (r273182) @@ -41,10 +41,5 @@ SRCS+= device_if.h bus_if.h pci_if.h CFLAGS += -DQL_DBG -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 - .include <bsd.kmod.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201410162013.s9GKDHIY055100>