Date: Sun, 14 Oct 2001 18:45:26 -0700 (PDT) From: Matthew Jacob <mjacob@feral.com> To: marcel@freebsd.org Cc: audit@freebsd.org Subject: change to linux/Makefile Message-ID: <Pine.BSF.4.21.0110141844190.9729-100000@beppo>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.21.0110141844190.9729-100000>
