svn commit: r352824 - stable/12/sys/conf

Li-Wen Hsu lwhsu at FreeBSD.org
Fri Sep 27 22:11:50 UTC 2019


Author: lwhsu
Date: Fri Sep 27 22:11:50 2019
New Revision: 352824
URL: https://svnweb.freebsd.org/changeset/base/352824

Log:
  MFC r352635:
  
  Clean LINT* kernel configurations for arm*
  
  Sponsored by:	The FreeBSD Foundation

Modified:
  stable/12/sys/conf/makeLINT.mk
Directory Properties:
  stable/12/   (props changed)

Modified: stable/12/sys/conf/makeLINT.mk
==============================================================================
--- stable/12/sys/conf/makeLINT.mk	Fri Sep 27 21:04:33 2019	(r352823)
+++ stable/12/sys/conf/makeLINT.mk	Fri Sep 27 22:11:50 2019	(r352824)
@@ -11,6 +11,9 @@ clean:
 .if ${TARGET} == "amd64" || ${TARGET} == "i386"
 	rm -f LINT-NOINET LINT-NOINET6 LINT-NOIP
 .endif
+.if ${TARGET} == "arm"
+	rm -f LINT-V5 LINT-V7
+.endif
 
 NOTES=	${.CURDIR}/../../conf/NOTES ${.CURDIR}/NOTES
 MAKELINT_SED= ${.CURDIR}/../../conf/makeLINT.sed


More information about the svn-src-all mailing list