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

Reply via email to