From owner-cvs-src-old@FreeBSD.ORG Fri Jan 8 18:59:59 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B8A67106566B for ; Fri, 8 Jan 2010 18:59:59 +0000 (UTC) (envelope-from bz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id A3B068FC08 for ; Fri, 8 Jan 2010 18:59:59 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id o08Ixx2X008319 for ; Fri, 8 Jan 2010 18:59:59 GMT (envelope-from bz@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id o08Ixx3D008318 for cvs-src-old@freebsd.org; Fri, 8 Jan 2010 18:59:59 GMT (envelope-from bz@repoman.freebsd.org) Message-Id: <201001081859.o08Ixx3D008318@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to bz@repoman.freebsd.org using -f From: "Bjoern A. Zeeb" Date: Fri, 8 Jan 2010 18:57:31 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD 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 X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Jan 2010 18:59:59 -0000 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//conf/Makefile set TARGET to . 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