]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
In sys/<arch>/conf/Makefile set TARGET to <arch>. That allows
authorbz <bz@FreeBSD.org>
Fri, 8 Jan 2010 18:57:31 +0000 (18:57 +0000)
committerbz <bz@FreeBSD.org>
Fri, 8 Jan 2010 18:57:31 +0000 (18:57 +0000)
commitad608e4e422194e9f446f1163cb65ad916ca6a7c
treee6c5429a76f9eb8a44e15ebb9694d93e74f12cd4
parent316634c7adc4edcba52e3c3af455e3f18f37adb4
In sys/<arch>/conf/Makefile set TARGET to <arch>. That allows
sys/conf/makeLINT.mk to only do certain things for certain
architectures.

Note that neither arm nor mips have the Makefile there, thus
essentially not (yet) supporting LINT.  This would enable them
do add special treatment to sys/conf/makeLINT.mk as well chosing
one of the many configurations as LINT.

This is a hack of doing this and keeping it in a separate commit
will allow us to more easily identify and back it out.

Discussed on/with: arch, jhb (as part of the LINT-VIMAGE thread)
MFC after: 1 month
sys/amd64/conf/Makefile
sys/i386/conf/Makefile
sys/ia64/conf/Makefile
sys/pc98/conf/Makefile
sys/powerpc/conf/Makefile
sys/sparc64/conf/Makefile
sys/sun4v/conf/Makefile