Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 27 Nov 2011 13:53:36 +0000 (UTC)
From:      Jaakko Heinonen <jh@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r228021 - head/sys/conf
Message-ID:  <201111271353.pARDraTa042138@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jh
Date: Sun Nov 27 13:53:36 2011
New Revision: 228021
URL: http://svn.freebsd.org/changeset/base/228021

Log:
  Add LINT-NOINET LINT-NOINET6 and LINT-NOIP to the make clean target.
  This was missed in r221353.

Modified:
  head/sys/conf/makeLINT.mk

Modified: head/sys/conf/makeLINT.mk
==============================================================================
--- head/sys/conf/makeLINT.mk	Sun Nov 27 11:46:09 2011	(r228020)
+++ head/sys/conf/makeLINT.mk	Sun Nov 27 13:53:36 2011	(r228021)
@@ -6,7 +6,7 @@ all:
 clean:
 	rm -f LINT
 .if ${TARGET} == "amd64" || ${TARGET} == "i386"
-	rm -f LINT-VIMAGE
+	rm -f LINT-VIMAGE LINT-NOINET LINT-NOINET6 LINT-NOIP
 .endif
 
 NOTES=	../../conf/NOTES NOTES



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