Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Sep 2014 18:31:41 +0000 (UTC)
From:      David C Somayajulu <davidcs@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: r271985 - stable/7/sys/modules/bce
Message-ID:  <201409221831.s8MIVfoD044626@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: davidcs
Date: Mon Sep 22 18:31:40 2014
New Revision: 271985
URL: http://svnweb.freebsd.org/changeset/base/271985

Log:
  MFC r271727
  Remove clean option form Makefile

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

Modified: stable/7/sys/modules/bce/Makefile
==============================================================================
--- stable/7/sys/modules/bce/Makefile	Mon Sep 22 18:29:14 2014	(r271984)
+++ stable/7/sys/modules/bce/Makefile	Mon Sep 22 18:31:40 2014	(r271985)
@@ -5,9 +5,4 @@ SRCS=	opt_bce.h if_bce.c miibus_if.h mii
 
 #CFLAGS += -DBCE_DEBUG=0
 
-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 miibus_if.h miidevs.h opt_bce.h
-
 .include <bsd.kmod.mk>



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