Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Sep 2020 14:52:43 +0000 (UTC)
From:      Ed Maste <emaste@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r366077 - head/sys/conf
Message-ID:  <202009231452.08NEqhdn072267@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: emaste
Date: Wed Sep 23 14:52:43 2020
New Revision: 366077
URL: https://svnweb.freebsd.org/changeset/base/366077

Log:
  remove reference to obsolete arm NOTES files
  
  We left these in the clean rule to avoid having stale files remain in
  working trees, but enough time has now passed that it's no longer
  relevant.
  
  Discussed with:	imp

Modified:
  head/sys/conf/makeLINT.mk

Modified: head/sys/conf/makeLINT.mk
==============================================================================
--- head/sys/conf/makeLINT.mk	Wed Sep 23 14:36:38 2020	(r366076)
+++ head/sys/conf/makeLINT.mk	Wed Sep 23 14:52:43 2020	(r366077)
@@ -11,12 +11,6 @@ clean:
 .if ${TARGET} == "amd64" || ${TARGET} == "i386"
 	rm -f LINT-NOINET LINT-NOINET6 LINT-NOIP
 .endif
-.if ${TARGET} == "arm"
-	# LINT-V5 removed 2019-11-26.  The clean rule is left here temporarily
-	# to avoid having stale copies left behind. LINT-V7 left the tree on
-	# 2020-02-02.
-	rm -f LINT-V5 LINT-V7
-.endif
 .if ${TARGET} == "powerpc"
 	rm -f LINT64
 .endif



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