From owner-cvs-all Wed Nov 20 23:24:53 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 4752237B401; Wed, 20 Nov 2002 23:24:52 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EFB2A43E42; Wed, 20 Nov 2002 23:24:51 -0800 (PST) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAL7LjmV042037; Wed, 20 Nov 2002 23:21:45 -0800 (PST) (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAL7LjEN042036; Wed, 20 Nov 2002 23:21:45 -0800 (PST) Message-Id: <200211210721.gAL7LjEN042036@repoman.freebsd.org> From: Warner Losh Date: Wed, 20 Nov 2002 23:21:45 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/modules/netgraph/bluetooth/bluetooth Makefile src/sys/modules/netgraph/bluetooth/bt3c Makefile src/sys/modules/netgraph/bluetooth/h4 Makefile src/sys/modules/netgraph/bluetooth/hci Makefile src/sys/modules/netgraph/bluetooth/l2cap Makefile src/sys/modules/netgraph/bluetooth/socket 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 imp 2002/11/20 23:21:45 PST Modified files: sys/modules/netgraph/bluetooth/bluetooth Makefile sys/modules/netgraph/bluetooth/bt3c Makefile sys/modules/netgraph/bluetooth/h4 Makefile sys/modules/netgraph/bluetooth/hci Makefile sys/modules/netgraph/bluetooth/l2cap Makefile sys/modules/netgraph/bluetooth/socket Makefile sys/modules/netgraph/bluetooth/ubt Makefile Log: Fix make buildkernel. These makefiles work when building in the sys/modules directory, but not with the objdir stuff that buildkernel uses. This is because they used -I../../../blah rather than -I${.CURDIR}/../../../blah. # I didn't fix the abuse of CFLAGS to specify -g since I wanted the # barest minimal change since we're in a code freeze. Approved by: make buildkernel... Hat for armchair anarchists: core member fixing src tree damage Revision Changes Path 1.2 +1 -1 src/sys/modules/netgraph/bluetooth/bluetooth/Makefile 1.2 +2 -2 src/sys/modules/netgraph/bluetooth/bt3c/Makefile 1.2 +2 -2 src/sys/modules/netgraph/bluetooth/h4/Makefile 1.2 +2 -2 src/sys/modules/netgraph/bluetooth/hci/Makefile 1.2 +2 -2 src/sys/modules/netgraph/bluetooth/l2cap/Makefile 1.2 +1 -1 src/sys/modules/netgraph/bluetooth/socket/Makefile 1.2 +2 -2 src/sys/modules/netgraph/bluetooth/ubt/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message