From owner-freebsd-current@FreeBSD.ORG Tue Oct 21 14:57:11 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DB6C716A4B3; Tue, 21 Oct 2003 14:57:11 -0700 (PDT) Received: from arthur.nitro.dk (port324.ds1-khk.adsl.cybercity.dk [212.242.113.79]) by mx1.FreeBSD.org (Postfix) with ESMTP id AC36443FA3; Tue, 21 Oct 2003 14:57:10 -0700 (PDT) (envelope-from simon@arthur.nitro.dk) Received: by arthur.nitro.dk (Postfix, from userid 1000) id 4FD0310BF8D; Tue, 21 Oct 2003 23:57:09 +0200 (CEST) Date: Tue, 21 Oct 2003 23:57:09 +0200 From: "Simon L. Nielsen" To: Maksim Yevmenkin Message-ID: <20031021215707.GC393@arthur.nitro.dk> References: <20031021204716.20297.qmail@web40304.mail.yahoo.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="7qSK/uQB79J36Y4o" Content-Disposition: inline In-Reply-To: <20031021204716.20297.qmail@web40304.mail.yahoo.com> User-Agent: Mutt/1.5.4i cc: imp@freebsd.org cc: current@freebsd.org cc: jhay@freebsd.org Subject: Re: [PATCH] connect bluetooth configs and examples to the build X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Oct 2003 21:57:12 -0000 --7qSK/uQB79J36Y4o Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On 2003.10.21 13:47:16 -0700, Maksim Yevmenkin wrote: > i'd like to commit attached patch. the purpose is to connect etc/bluetooth > and share/examples/netgraph/bluetooth to the build. please review and let > me know if i missed anything. > > Index: src/etc/bluetooth/Makefile > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > RCS file: src/etc/bluetooth/Makefile > diff -N src/etc/bluetooth/Makefile > --- /dev/null 1 Jan 1970 00:00:00 -0000 > +++ src/etc/bluetooth/Makefile 21 Oct 2003 20:20:03 -0000 > @@ -0,0 +1,10 @@ > +# $Id: Makefile,v 1.1 2003/10/20 16:48:45 max Exp $ > +# $FreeBSD$ > + > +FILESDIR=3D ${DESTDIR}/etc/bluetooth I'm rather sure that you shouldn't include DESTDIR, since bsd.files.mk does that. Also you should probably use the style from style.Makefile(5) for new Makefile's. --=20 Simon L. Nielsen FreeBSD Documentation Team --7qSK/uQB79J36Y4o Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQE/lauzh9pcDSc1mlERApoOAKCvLRan8GGBhMwKE+Ju9IatsnNKtgCgySLg dVT6ZwPnqW7WIptZkrJPk70= =J87s -----END PGP SIGNATURE----- --7qSK/uQB79J36Y4o--