svn commit: r213211 - in stable/8/sys/modules: em igb ixgbe
Pyun YongHyeon
yongari at FreeBSD.org
Mon Sep 27 17:37:25 UTC 2010
Author: yongari
Date: Mon Sep 27 17:37:25 2010
New Revision: 213211
URL: http://svn.freebsd.org/changeset/base/213211
Log:
MFC r211400:
Remove unnecessary clean target in em(4), igb(4) and ixgbe(4).
While here also remove man target in igb(4).
Reviewed by: jfv
Modified:
stable/8/sys/modules/em/Makefile
stable/8/sys/modules/igb/Makefile
stable/8/sys/modules/ixgbe/Makefile
Directory Properties:
stable/8/sys/ (props changed)
stable/8/sys/amd64/include/xen/ (props changed)
stable/8/sys/cddl/contrib/opensolaris/ (props changed)
stable/8/sys/contrib/dev/acpica/ (props changed)
stable/8/sys/contrib/pf/ (props changed)
stable/8/sys/dev/xen/xenpci/ (props changed)
Modified: stable/8/sys/modules/em/Makefile
==============================================================================
--- stable/8/sys/modules/em/Makefile Mon Sep 27 17:30:56 2010 (r213210)
+++ stable/8/sys/modules/em/Makefile Mon Sep 27 17:37:25 2010 (r213211)
@@ -18,10 +18,4 @@ CFLAGS += -I${.CURDIR}/../../dev/e1000
# DEVICE_POLLING for a non-interrupt-driven method
#CFLAGS += -DDEVICE_POLLING
-clean:
- rm -f device_if.h bus_if.h pci_if.h setdef*
- rm -f *.o *.kld *.ko
- rm -f @ machine
- rm -f ${CLEANFILES}
-
.include <bsd.kmod.mk>
Modified: stable/8/sys/modules/igb/Makefile
==============================================================================
--- stable/8/sys/modules/igb/Makefile Mon Sep 27 17:30:56 2010 (r213210)
+++ stable/8/sys/modules/igb/Makefile Mon Sep 27 17:37:25 2010 (r213211)
@@ -14,14 +14,4 @@ CFLAGS += -I${.CURDIR}/../../dev/e1000 -
# not advisable since MSIX gives better results
#CFLAGS += -DDEVICE_POLLING
-clean:
- rm -f device_if.h bus_if.h pci_if.h setdef*
- rm -f *.o *.kld *.ko
- rm -f @ machine
- rm -f ${CLEANFILES}
-
-man:
- mv /usr/share/man/man4/igb.4.gz /usr/share/man/man4/igbSAVE.4.gz
- cp igb.4 /usr/share/man/man4/
-
.include <bsd.kmod.mk>
Modified: stable/8/sys/modules/ixgbe/Makefile
==============================================================================
--- stable/8/sys/modules/ixgbe/Makefile Mon Sep 27 17:30:56 2010 (r213210)
+++ stable/8/sys/modules/ixgbe/Makefile Mon Sep 27 17:37:25 2010 (r213211)
@@ -8,9 +8,4 @@ SRCS += ixgbe_common.c ixgbe_api.c ix
SRCS += ixgbe_82599.c ixgbe_82598.c
CFLAGS+= -I${.CURDIR}/../../dev/ixgbe -DSMP -DIXGBE_FDIR
-clean:
- rm -f device_if.h bus_if.h pci_if.h setdef* *_StripErr
- rm -f *.o *.kld *.ko
- rm -f @ machine
-
.include <bsd.kmod.mk>
More information about the svn-src-stable-8
mailing list