From owner-cvs-all Thu Nov 21 0:30:26 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 7AED537B401; Thu, 21 Nov 2002 00:30:23 -0800 (PST) Received: from sccrmhc01.attbi.com (sccrmhc01.attbi.com [204.127.202.61]) by mx1.FreeBSD.org (Postfix) with ESMTP id B1F9843E3B; Thu, 21 Nov 2002 00:30:22 -0800 (PST) (envelope-from julian@elischer.org) Received: from InterJet.elischer.org ([12.232.168.4]) by sccrmhc01.attbi.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20021121083021.IDHD3664.sccrmhc01.attbi.com@InterJet.elischer.org>; Thu, 21 Nov 2002 08:30:21 +0000 Received: from localhost (localhost.elischer.org [127.0.0.1]) by InterJet.elischer.org (8.9.1a/8.9.1) with ESMTP id AAA99535; Thu, 21 Nov 2002 00:29:35 -0800 (PST) Date: Thu, 21 Nov 2002 00:29:35 -0800 (PST) From: Julian Elischer To: Warner Losh Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: 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 ... In-Reply-To: <200211210721.gAL7LjEN042036@repoman.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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 thanks.. On Wed, 20 Nov 2002, Warner Losh wrote: > 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