]> CyberLeo.Net >> Repos - FreeBSD/stable/8.git/commit
MFC r201813:
authorbz <bz@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sat, 27 Mar 2010 17:14:55 +0000 (17:14 +0000)
committerbz <bz@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sat, 27 Mar 2010 17:14:55 +0000 (17:14 +0000)
commit7c0be074990335a53e399f39b7e1029e85e542b3
treef6ac55f17c699e37dc8425e5e3f0c22fee80f06e
parent8a34f7898e736cace685dbd3aef643ff6544b94c
MFC r201813:

  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.

git-svn-id: svn://svn.freebsd.org/base/stable/8@205745 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
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