Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Jun 2003 18:53:51 +0300
From:      Ruslan Ermilov <ru@FreeBSD.org>
To:        Julian Elischer <julian@FreeBSD.org>, Maksim Yevmenkin <m_evmenkin@yahoo.com>
Cc:        cvs-all@FreeBSD.org
Subject:   Re: cvs commit: src/usr.bin Makefile src/usr.sbin Makefile
Message-ID:  <20030624155351.GB6651@sunbay.com>
In-Reply-To: <200306241325.h5ODPO3i075295@repoman.freebsd.org>
References:  <200306241325.h5ODPO3i075295@repoman.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help

[-- Attachment #1 --]
On Tue, Jun 24, 2003 at 06:25:24AM -0700, Julian Elischer 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.
>   These are probably machine independent, but
>   there is no way for the developers to test them other than on x86.
>   
>   They will become MD as testing becomes possible.
>   
>   Revision  Changes    Path
>   1.241     +2 -0      src/usr.bin/Makefile
>   1.258     +2 -0      src/usr.sbin/Makefile
> 
Please back this out.  The makefiles underneath that are not ready
to be connected to the source tree; I've sent you and Maksim the
patch that cleans this up (before the latest import), but I never
heard back any feedback.  Here's one example where this creates a
problem:

: # $Id: Makefile,v 1.3 2003/03/24 23:59:49 max Exp $

$Id$'s on makefiles are bogus, and especially that Maksim agreed
developing against FreeBSD repository.

: # $FreeBSD: src/usr.bin/bluetooth/btsockstat/Makefile,v 1.2 2003/05/10 21:44:42 julian Exp $
: 
: PROG=		btsockstat
: BINGRP=		kmem
: BINMODE=	2555
: MAN1=		btsockstat.1
: 
MAN1 is spelled MAN nowadays.

: DESTDIR=        /usr/bin/
: MANDIR=         ../share/man/man
: 
These two are a real problem.

: WARNS?=		2
: CFLAGS+=	-g -I${.CURDIR}/../../../sys/netgraph/bluetooth/include/
: 
-g should not be in CFLAGS.  -I to access bluetooth includes are bogus,
and you also have the patch for that.

: SRCS=		btsockstat.c
: DPADD=		${LIBKVM}
: LDADD=		-lkvm 
: 
: .include <bsd.prog.mk>


Cheers,
-- 
Ruslan Ermilov		Sysadmin and DBA,
ru@sunbay.com		Sunbay Software Ltd,
ru@FreeBSD.org		FreeBSD committer

[-- Attachment #2 --]
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.1 (FreeBSD)

iD8DBQE++HQPUkv4P6juNwoRAmh/AJkBkt6hMz8pUvLdVu9YcgEwbGjwHACcDRyR
YRrDdEIRDtjTMnKCdgjivA8=
=jO30
-----END PGP SIGNATURE-----

Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030624155351.GB6651>