From owner-freebsd-audit Sun Oct 14 18:45:30 2001 Delivered-To: freebsd-audit@freebsd.org Received: from beppo.feral.com (beppo.feral.com [192.67.166.79]) by hub.freebsd.org (Postfix) with ESMTP id 8E9AA37B409; Sun, 14 Oct 2001 18:45:27 -0700 (PDT) Received: from mailhost.feral.com (mjacob@mailhost.feral.com [192.67.166.1]) by beppo.feral.com (8.11.3/8.11.3) with ESMTP id f9F1jQH10338; Sun, 14 Oct 2001 18:45:26 -0700 (PDT) (envelope-from mjacob@feral.com) Date: Sun, 14 Oct 2001 18:45:26 -0700 (PDT) From: Matthew Jacob X-Sender: mjacob@beppo Reply-To: mjacob@feral.com To: marcel@freebsd.org Cc: audit@freebsd.org Subject: change to linux/Makefile Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-audit@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG This is the onoy way I could get the linux module to compile under Alpha with a system directory that was not part of /usr/src (oh, yeah, fore RELENG_4). If you've a better way *that works* I'd love to see it. Index: modules/linux/Makefile =================================================================== RCS file: /home/ncvs/src/sys/modules/linux/Makefile,v retrieving revision 1.34.2.6 diff -u -r1.34.2.6 Makefile --- modules/linux/Makefile 2001/04/25 11:24:04 1.34.2.6 +++ modules/linux/Makefile 2001/10/15 01:44:07 @@ -17,6 +17,7 @@ .endif # CFLAGS+= -DDEBUG +CFLAGS += -I${.CURDIR}/../../${MACHINE_ARCH}/linux EXPORT_SYMS=_linux_mod CLEANFILES= linux_assym.h linux_genassym.o To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-audit" in the body of the message