From owner-cvs-all@FreeBSD.ORG Fri Oct 7 13:56:02 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1FD6B16A41F; Fri, 7 Oct 2005 13:56:02 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B78C843D4C; Fri, 7 Oct 2005 13:55:59 +0000 (GMT) (envelope-from glebius@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 j97Dtxq5066788; Fri, 7 Oct 2005 13:55:59 GMT (envelope-from glebius@repoman.freebsd.org) Received: (from glebius@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j97DtxS1066787; Fri, 7 Oct 2005 13:55:59 GMT (envelope-from glebius) Message-Id: <200510071355.j97DtxS1066787@repoman.freebsd.org> From: Gleb Smirnoff Date: Fri, 7 Oct 2005 13:55:59 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/conf kern.pre.mk kmod.mk X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Oct 2005 13:56:02 -0000 glebius 2005-10-07 13:55:59 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/conf kern.pre.mk kmod.mk Log: MFC: Define HAVE_KERNEL_OPTION_HEADERS when building kernel and when building modules along with kernel. After this change it is possible to embrace opt_*.h includes with ifdef HAVE_KERNEL_OPTION_HEADERS. And thus, avoid editing a lot of Makefiles in modules directory each time we introduce a new opt_xxx.h. Requested by: bde Approved by: re (kensmith) Revision Changes Path 1.65.2.1 +1 -1 src/sys/conf/kern.pre.mk 1.192.2.1 +1 -1 src/sys/conf/kmod.mk