From owner-cvs-all@FreeBSD.ORG Tue Jun 24 11:58:24 2003 Return-Path: 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 9995037B409; Tue, 24 Jun 2003 11:58:24 -0700 (PDT) Received: from sccrmhc13.attbi.com (sccrmhc13.comcast.net [204.127.202.64]) by mx1.FreeBSD.org (Postfix) with ESMTP id 85A0543FAF; Tue, 24 Jun 2003 11:58:23 -0700 (PDT) (envelope-from julian@elischer.org) Received: from interjet.elischer.org ([12.233.125.100]) by attbi.com (sccrmhc13) with ESMTP id <20030624185820016000in2je>; Tue, 24 Jun 2003 18:58:20 +0000 Received: from localhost (localhost.elischer.org [127.0.0.1]) by InterJet.elischer.org (8.9.1a/8.9.1) with ESMTP id LAA93772; Tue, 24 Jun 2003 11:58:19 -0700 (PDT) Date: Tue, 24 Jun 2003 11:58:19 -0700 (PDT) From: Julian Elischer To: Poul-Henning Kamp In-Reply-To: <3334.1056480183@critter.freebsd.dk> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: Julian Elischer cc: Andrew Gallatin cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin Makefile src/usr.sbin Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 Jun 2003 18:58:25 -0000 I'm sure you are trying to point out something but I don't see hwat it is... On Tue, 24 Jun 2003, Poul-Henning Kamp wrote: > > Index: hcsecd/Makefile > =================================================================== > RCS file: /home/ncvs/src/usr.sbin/bluetooth/hcsecd/Makefile,v > retrieving revision 1.1 > diff -u -r1.1 Makefile > --- hcsecd/Makefile 10 May 2003 21:50:35 -0000 1.1 > +++ hcsecd/Makefile 24 Jun 2003 16:56:33 -0000 > @@ -6,7 +6,7 @@ > PROG= hcsecd > MAN8= hcsecd.8 > WARNS?= 1 > -CFLAGS+= -g -I${.CURDIR}/../../../sys/netgraph/bluetooth/include > +CFLAGS+= -g -I${.CURDIR} -I${.CURDIR}/../../../sys/netgraph/bluetooth/include > SRCS= hcsecd.c lexer.l parser.y > > .include > > In message , Ju > lian Elischer writes: > > > > > >On Tue, 24 Jun 2003, Andrew Gallatin wrote: > > > >> Julian Elischer [julian@FreeBSD.org] wrote: > >> > julian 2003/06/24 06:25:24 PDT > >> > > >> > FreeBSD src repository > >> > > >> > Modified files: > >> > usr.bin Makefile > >> > usr.sbin Makefile > >> > Log: > >> > Connect bluetooth tools for i386 only. > >> > >> FWIW, buildworld now dies for me in bluetooth on x86: > >> > >> ===> usr.sbin/bluetooth/hcsecd > >> yacc -d -o parser.c /usr/src/usr.sbin/bluetooth/hcsecd/parser.y > >> lex -t /usr/src/usr.sbin/bluetooth/hcsecd/lexer.l > lexer.c > >> rm -f .depend > >> mkdep -f .depend -a > >> -I/usr/src/usr.sbin/bluetooth/hcsecd/../../../sys/netgraph/bluetooth/include > > /usr/src/usr.sbin/bluetooth/hcsecd/hcsecd.c > >> lexer.c parser.c > >> /usr/src/usr.sbin/bluetooth/hcsecd/parser.y:41:20: hcsecd.h: No such file or directory > >> mkdep: compile failed > >> *** Error code 1 > >> 1 error > >> *** Error code 2 > >> 1 error > >> *** Error code 2 > >> 1 error > >> *** Error code 2 > >> 1 error > >> *** Error code 2 > >> 1 error > >> *** Error code 2 > >> 1 error > >> > > > > > >intersting.. > >I compiled the whole set several times.. > > > >maybe I have an include file somewhere that you don't? > > > >lemme look.. > >... nope.. > > > >It still works "as expected" for me on a new machine.. > > > >do you have it fully checked out? > >ref3# pwd > >/usr/src/usr.sbin/bluetooth > >ref3# find `pwd` -name hcsecd.h > >/usr/src/usr.sbin/bluetooth/hcsecd/hcsecd.h > >ref3# > > > >Hmm Maybe something there stops teh .. AHHHHHH.. > >It's the damned 'obj' stuff.. > > > >to fix: > > > >cd /usr/src/usr.sbin/bluetooth/hcsecd > >add teh following to teh Makefile: > > > >CFLAGS+= -g -I${.CURDIR} -I${.CURDIR}/........ > > ^^^^^^^^^^^ > > > >I'll fix it in the tree now. > >just shows.. > > > >building it OUT of "make buildworld" is not enough... > > > >pointy hat here please.. > > > >> > >> > >> Drew > >> > > > > > > -- > Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 > phk@FreeBSD.ORG | TCP/IP since RFC 956 > FreeBSD committer | BSD since 4.3-tahoe > Never attribute to malice what can adequately be explained by incompetence. >