svn commit: r273182 - in head/sys/modules: qlxgb qlxgbe qlxge
Warner Losh
imp at FreeBSD.org
Thu Oct 16 20:13:18 UTC 2014
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>
More information about the svn-src-all
mailing list