Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Jan 2012 18:20:19 +0000 (UTC)
From:      Jaakko Heinonen <jh@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-9@freebsd.org
Subject:   svn commit: r229935 - stable/9/sys/conf
Message-ID:  <201201101820.q0AIKJ8K022207@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jh
Date: Tue Jan 10 18:20:19 2012
New Revision: 229935
URL: http://svn.freebsd.org/changeset/base/229935

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

Modified:
  stable/9/sys/conf/makeLINT.mk
Directory Properties:
  stable/9/sys/   (props changed)
  stable/9/sys/amd64/include/xen/   (props changed)
  stable/9/sys/boot/   (props changed)
  stable/9/sys/boot/i386/efi/   (props changed)
  stable/9/sys/boot/ia64/efi/   (props changed)
  stable/9/sys/boot/ia64/ski/   (props changed)
  stable/9/sys/boot/powerpc/boot1.chrp/   (props changed)
  stable/9/sys/boot/powerpc/ofw/   (props changed)
  stable/9/sys/cddl/contrib/opensolaris/   (props changed)
  stable/9/sys/conf/   (props changed)
  stable/9/sys/contrib/dev/acpica/   (props changed)
  stable/9/sys/contrib/octeon-sdk/   (props changed)
  stable/9/sys/contrib/pf/   (props changed)
  stable/9/sys/contrib/x86emu/   (props changed)

Modified: stable/9/sys/conf/makeLINT.mk
==============================================================================
--- stable/9/sys/conf/makeLINT.mk	Tue Jan 10 18:05:44 2012	(r229934)
+++ stable/9/sys/conf/makeLINT.mk	Tue Jan 10 18:20:19 2012	(r229935)
@@ -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?201201101820.q0AIKJ8K022207>