Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Sep 2010 17:38:30 +0000 (UTC)
From:      Pyun YongHyeon <yongari@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-7@freebsd.org
Subject:   svn commit: r213213 - in stable/7/sys/modules: em igb ixgbe
Message-ID:  <201009271738.o8RHcUCC043765@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yongari
Date: Mon Sep 27 17:38:30 2010
New Revision: 213213
URL: http://svn.freebsd.org/changeset/base/213213

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/7/sys/modules/em/Makefile
  stable/7/sys/modules/igb/Makefile
  stable/7/sys/modules/ixgbe/Makefile
Directory Properties:
  stable/7/sys/   (props changed)
  stable/7/sys/cddl/contrib/opensolaris/   (props changed)
  stable/7/sys/contrib/dev/acpica/   (props changed)
  stable/7/sys/contrib/pf/   (props changed)

Modified: stable/7/sys/modules/em/Makefile
==============================================================================
--- stable/7/sys/modules/em/Makefile	Mon Sep 27 17:38:19 2010	(r213212)
+++ stable/7/sys/modules/em/Makefile	Mon Sep 27 17:38:30 2010	(r213213)
@@ -17,10 +17,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/7/sys/modules/igb/Makefile
==============================================================================
--- stable/7/sys/modules/igb/Makefile	Mon Sep 27 17:38:19 2010	(r213212)
+++ stable/7/sys/modules/igb/Makefile	Mon Sep 27 17:38:30 2010	(r213213)
@@ -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/7/sys/modules/ixgbe/Makefile
==============================================================================
--- stable/7/sys/modules/ixgbe/Makefile	Mon Sep 27 17:38:19 2010	(r213212)
+++ stable/7/sys/modules/ixgbe/Makefile	Mon Sep 27 17:38:30 2010	(r213213)
@@ -9,9 +9,4 @@ SRCS    += ixgbe_82598.c ixgbe_82599.c
 
 CFLAGS+= -I${.CURDIR}/../../dev/ixgbe
 
-clean:
-	rm -f opt_bdg.h device_if.h bus_if.h pci_if.h setdef* *_StripErr
-	rm -f *.o *.kld *.ko
-	rm -f @ machine
-
 .include <bsd.kmod.mk>



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