Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Nov 2002 00:29:35 -0800 (PST)
From:      Julian Elischer <julian@elischer.org>
To:        Warner Losh <imp@FreeBSD.org>
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 ...
Message-ID:  <Pine.BSF.4.21.0211210029260.99491-100000@InterJet.elischer.org>
In-Reply-To: <200211210721.gAL7LjEN042036@repoman.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.21.0211210029260.99491-100000>