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
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"

Reply via email to