From owner-cvs-src@FreeBSD.ORG Tue Jun 24 11:20:36 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 36C8637B404; Tue, 24 Jun 2003 11:20:36 -0700 (PDT) Received: from rwcrmhc12.attbi.com (rwcrmhc12.comcast.net [216.148.227.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3CB0843F85; Tue, 24 Jun 2003 11:20:35 -0700 (PDT) (envelope-from julian@elischer.org) Received: from interjet.elischer.org ([12.233.125.100]) by attbi.com (rwcrmhc12) with ESMTP id <200306241820330140020kjie>; Tue, 24 Jun 2003 18:20:34 +0000 Received: from localhost (localhost.elischer.org [127.0.0.1]) by InterJet.elischer.org (8.9.1a/8.9.1) with ESMTP id LAA93502; Tue, 24 Jun 2003 11:20:33 -0700 (PDT) Date: Tue, 24 Jun 2003 11:20:31 -0700 (PDT) From: Julian Elischer To: Ruslan Ermilov In-Reply-To: <20030624155351.GB6651@sunbay.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: Maksim Yevmenkin cc: src-committers@FreeBSD.org cc: Julian Elischer cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin Makefile src/usr.sbin Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 Jun 2003 18:20:36 -0000 hmm well it seems to work fine... how about I just fix the problems you have? On Tue, 24 Jun 2003, Ruslan Ermilov wrote: > 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: This is the first I've heard of any problems.. they certainly seem to work fine.. Testing prtoduced the expoected files in the expected places.. If you see a problem send me the complete list and I'll fix it. > > : # $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 > > > Cheers, > -- > Ruslan Ermilov Sysadmin and DBA, > ru@sunbay.com Sunbay Software Ltd, > ru@FreeBSD.org FreeBSD committer >