Date: Thu, 21 Nov 2019 12:29:01 +0000 (UTC) From: Li-Wen Hsu <lwhsu@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-11@freebsd.org Subject: svn commit: r354944 - stable/11/sys/conf Message-ID: <201911211229.xALCT1RZ088661@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: lwhsu Date: Thu Nov 21 12:29:01 2019 New Revision: 354944 URL: https://svnweb.freebsd.org/changeset/base/354944 Log: MFC r354800: Also clean LINT64 kernel configuration for powerpc Sponsored by: The FreeBSD Foundation Modified: stable/11/sys/conf/makeLINT.mk Directory Properties: stable/11/ (props changed) Modified: stable/11/sys/conf/makeLINT.mk ============================================================================== --- stable/11/sys/conf/makeLINT.mk Thu Nov 21 12:28:41 2019 (r354943) +++ stable/11/sys/conf/makeLINT.mk Thu Nov 21 12:29:01 2019 (r354944) @@ -11,6 +11,9 @@ clean: .if ${TARGET} == "amd64" || ${TARGET} == "i386" rm -f LINT-VIMAGE LINT-NOINET LINT-NOINET6 LINT-NOIP .endif +.if ${TARGET} == "powerpc" + rm -f LINT64 +.endif NOTES= ${.CURDIR}/../../conf/NOTES ${.CURDIR}/NOTES MAKELINT_SED= ${.CURDIR}/../../conf/makeLINT.sed
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201911211229.xALCT1RZ088661>