From owner-cvs-src-old@FreeBSD.ORG Thu Feb 12 14:44:41 2009 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 D339F106590C for ; Thu, 12 Feb 2009 14:44:41 +0000 (UTC) (envelope-from n_hibma@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id BCC6C8FC2B for ; Thu, 12 Feb 2009 14:44:41 +0000 (UTC) (envelope-from n_hibma@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n1CEifoP052324 for ; Thu, 12 Feb 2009 14:44:41 GMT (envelope-from n_hibma@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n1CEif8B052323 for cvs-src-old@freebsd.org; Thu, 12 Feb 2009 14:44:41 GMT (envelope-from n_hibma@repoman.freebsd.org) Message-Id: <200902121444.n1CEif8B052323@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to n_hibma@repoman.freebsd.org using -f From: Nick Hibma Date: Thu, 12 Feb 2009 14:44:15 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/modules Makefile src/sys/modules/acpi/acpi Makefile src/sys/modules/agp Makefile src/sys/modules/dtrace/dtrace Makefile src/sys/modules/linux Makefile src/sys/modules/svr4 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: Thu, 12 Feb 2009 14:44:43 -0000 n_hibma 2009-02-12 14:44:15 UTC FreeBSD src repository Modified files: sys/modules Makefile sys/modules/acpi/acpi Makefile sys/modules/agp Makefile sys/modules/dtrace/dtrace Makefile sys/modules/linux Makefile sys/modules/svr4 Makefile Log: SVN rev 188516 on 2009-02-12 14:44:15Z by n_hibma Fix a few problems related to building modules in /sys/modules (not checked whether this applies to builds in /sys/*/compile/* as well): - Create empty opt_*.h files were missing - Hook up svr4 to the build. It compiles fine here, so no reason to disconnect it in the Makefile. were missing - Hook up svr4 to the build. It compiles fine here, so no reason to disconnect it in the Makefile. Revision Changes Path 1.602 +1 -0 src/sys/modules/Makefile 1.20 +1 -1 src/sys/modules/acpi/acpi/Makefile 1.21 +1 -1 src/sys/modules/agp/Makefile 1.2 +1 -1 src/sys/modules/dtrace/dtrace/Makefile 1.75 +1 -1 src/sys/modules/linux/Makefile 1.33 +2 -0 src/sys/modules/svr4/Makefile