svn commit: r271984 - stable/7/sys/modules/bxe

David C Somayajulu davidcs at FreeBSD.org
Mon Sep 22 18:29:15 UTC 2014


Author: davidcs
Date: Mon Sep 22 18:29:14 2014
New Revision: 271984
URL: http://svnweb.freebsd.org/changeset/base/271984

Log:
  MFC r271726
  Remove clean option in Makefile

Modified:
  stable/7/sys/modules/bxe/Makefile
Directory Properties:
  stable/7/   (props changed)
  stable/7/sys/   (props changed)

Modified: stable/7/sys/modules/bxe/Makefile
==============================================================================
--- stable/7/sys/modules/bxe/Makefile	Mon Sep 22 17:32:27 2014	(r271983)
+++ stable/7/sys/modules/bxe/Makefile	Mon Sep 22 18:29:14 2014	(r271984)
@@ -15,9 +15,4 @@ SRCS	+= bxe.c               \
 
 CFLAGS += -I${BXE}
 
-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