From owner-cvs-all Sat Sep 7 11: 2:23 2002 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 4DA3737B400; Sat, 7 Sep 2002 11:02:19 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E544043E65; Sat, 7 Sep 2002 11:02:18 -0700 (PDT) (envelope-from tmm@FreeBSD.org) Received: from freefall.freebsd.org (tmm@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g87I2IJU046033; Sat, 7 Sep 2002 11:02:18 -0700 (PDT) (envelope-from tmm@freefall.freebsd.org) Received: (from tmm@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g87I2IeI046031; Sat, 7 Sep 2002 11:02:18 -0700 (PDT) Message-Id: <200209071802.g87I2IeI046031@freefall.freebsd.org> From: Thomas Moestl Date: Sat, 7 Sep 2002 11:02:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/modules/linux Makefile src/sys/modules/pecoff Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG tmm 2002/09/07 11:02:18 PDT Modified files: sys/modules/linux Makefile sys/modules/pecoff Makefile Log: Unbreak the modules build: - add dependencies on opt_cpu.h and opt_kstack_pages.h to the linux module Makefile in the i386 case. The latter is needed by an i386-only file, the former by the i386 implementation of linux_sysvec.c (opt_cpu.h is used for architecture-dependent options, so I added it only for i386, although this file is also generated for the alpha). - add a dependency on opt_kstack_pages.h to the pecoff module Makefile. Revision Changes Path 1.59 +2 -1 src/sys/modules/linux/Makefile 1.4 +2 -2 src/sys/modules/pecoff/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message