From owner-cvs-all Sun Jan 25 11:25:20 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA06885 for cvs-all-outgoing; Sun, 25 Jan 1998 11:25:20 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from frmug.org (frmug-gw.frmug.org [193.56.58.252]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA06878 for ; Sun, 25 Jan 1998 11:25:13 -0800 (PST) (envelope-from roberto@keltia.freenix.fr) Received: (from uucp@localhost) by frmug.org (8.8.8/frmug-2.2/nospam) with UUCP id UAA04378; Sun, 25 Jan 1998 20:25:06 +0100 (CET) (envelope-from roberto@keltia.freenix.fr) Received: (from roberto@localhost) by keltia.freenix.fr (8.8.8/keltia-2.13/nospam) id UAA09067; Sun, 25 Jan 1998 20:08:42 +0100 (CET) (envelope-from roberto) Message-ID: <19980125200841.01048@keltia.freenix.fr> Date: Sun, 25 Jan 1998 20:08:41 +0100 From: Ollivier Robert To: cvs-committers@FreeBSD.ORG Cc: Bruce Evans Subject: lkm build is broken Mail-Followup-To: cvs-committers@freebsd.org, Bruce Evans Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.88.14i X-Operating-System: FreeBSD 3.0-CURRENT ctm#4016 AMD-K6 MMX @ 225 MHz Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk Bruce, you changed some paths in the syscons lkms and build is broken since... -=-=-=-=-=-=- revision 1.8 date: 1998/01/16 17:58:43; author: bde; state: Exp; lines: +2 -2 Include , not . This is not quite correct, because the Makefiles in lkm/syscons don't set up the `machine' symlink, but other, more volatile headers in are already used. -=-=-=-=-=-=- Why not using -I{.CURDIR}/../../../sys/i386/include in Makefile and put #include inside the .c ? I understand the need to get the "i386" out but one could use -I{.CURDIR}/../../../sys/${MACHINE}/include -- Ollivier ROBERT -=- FreeBSD: The Power to Serve! -=- roberto@keltia.freenix.fr FreeBSD keltia.freenix.fr 3.0-CURRENT #4: Sun Jan 18 15:50:16 CET 1998