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

Li-Wen Hsu lwhsu at FreeBSD.org
Thu Nov 21 12:28:42 UTC 2019


Author: lwhsu
Date: Thu Nov 21 12:28:41 2019
New Revision: 354943
URL: https://svnweb.freebsd.org/changeset/base/354943

Log:
  MFC r354800:
  
  Also clean LINT64 kernel configuration for powerpc
  
  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	Thu Nov 21 11:22:08 2019	(r354942)
+++ stable/12/sys/conf/makeLINT.mk	Thu Nov 21 12:28:41 2019	(r354943)
@@ -14,6 +14,9 @@ clean:
 .if ${TARGET} == "arm"
 	rm -f LINT-V5 LINT-V7
 .endif
+.if ${TARGET} == "powerpc"
+	rm -f LINT64
+.endif
 
 NOTES=	${.CURDIR}/../../conf/NOTES ${.CURDIR}/NOTES
 MAKELINT_SED= ${.CURDIR}/../../conf/makeLINT.sed


More information about the svn-src-stable mailing list