Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 8 Jan 2010 18:57:31 +0000 (UTC)
From:      "Bjoern A. Zeeb" <bz@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/amd64/conf Makefile src/sys/i386/conf Makefile src/sys/ia64/conf Makefile src/sys/pc98/conf Makefile src/sys/powerpc/conf Makefile src/sys/sparc64/conf Makefile src/sys/sun4v/conf Makefile
Message-ID:  <201001081859.o08Ixx3D008318@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
bz          2010-01-08 18:57:31 UTC

  FreeBSD src repository

  Modified files:
    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 
  Log:
  SVN rev 201813 on 2010-01-08 18:57:31Z by bz
  
  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
  
  Revision  Changes    Path
  1.10      +2 -0      src/sys/amd64/conf/Makefile
  1.10      +2 -0      src/sys/i386/conf/Makefile
  1.2       +2 -0      src/sys/ia64/conf/Makefile
  1.4       +2 -0      src/sys/pc98/conf/Makefile
  1.2       +2 -0      src/sys/powerpc/conf/Makefile
  1.3       +2 -0      src/sys/sparc64/conf/Makefile
  1.2       +2 -0      src/sys/sun4v/conf/Makefile



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201001081859.o08Ixx3D008318>