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>
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to