Date: Wed, 20 Nov 2002 23:21:45 -0800 (PST) From: Warner Losh <imp@FreeBSD.org> 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 ... Message-ID: <200211210721.gAL7LjEN042036@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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?200211210721.gAL7LjEN042036>
