From owner-cvs-src@FreeBSD.ORG Fri Feb 11 21:04:20 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D9E1C16A4CE; Fri, 11 Feb 2005 21:04:20 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A8EB743D4C; Fri, 11 Feb 2005 21:04:20 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j1BL4KcF015212; Fri, 11 Feb 2005 21:04:20 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j1BL4Ko3015211; Fri, 11 Feb 2005 21:04:20 GMT (envelope-from ru) Message-Id: <200502112104.j1BL4Ko3015211@repoman.freebsd.org> From: Ruslan Ermilov Date: Fri, 11 Feb 2005 21:04:20 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/conf kmod.mk X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Feb 2005 21:04:21 -0000 ru 2005-02-11 21:04:20 UTC FreeBSD src repository Modified files: sys/conf kmod.mk Log: Further embellish rev. 1.180: protect against -fno-strict-aliasing being already in CFLAGS (as is the case with "make buildkernel"). NB: rev. 1.180 is only needed due to a broken setting of CFLAGS in tinderbox. Revision Changes Path 1.185 +2 -2 src/sys/conf/kmod.mk