From owner-svn-src-all@freebsd.org Thu Oct 8 01:34:13 2015 Return-Path: Delivered-To: svn-src-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 28B439D0235; Thu, 8 Oct 2015 01:34:13 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 02A1FC8; Thu, 8 Oct 2015 01:34:13 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from mail.xzibition.com (localhost [IPv6:::1]) by freefall.freebsd.org (Postfix) with ESMTP id EAA971282; Thu, 8 Oct 2015 01:34:12 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from mail.xzibition.com (localhost [172.31.3.2]) by mail.xzibition.com (Postfix) with ESMTP id 891011529F; Thu, 8 Oct 2015 01:34:12 +0000 (UTC) X-Virus-Scanned: amavisd-new at mail.xzibition.com Received: from mail.xzibition.com ([172.31.3.2]) by mail.xzibition.com (mail.xzibition.com [172.31.3.2]) (amavisd-new, port 10026) with LMTP id DZ4Gs1w7P37W; Thu, 8 Oct 2015 01:34:05 +0000 (UTC) Subject: Re: svn commit: r288929 - in head: etc/mtree lib/libxo lib/libxo/tests usr.bin/xo usr.bin/xo/tests DKIM-Filter: OpenDKIM Filter v2.9.2 mail.xzibition.com 4A5CF1529A To: Garrett Cooper , src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org References: <201510061658.t96GwmGj056703@repo.freebsd.org> From: Bryan Drewery Openpgp: id=F9173CB2C3AAEA7A5C8A1F0935D771BB6E4697CF; url=http://www.shatow.net/bryan/bryan2.asc Organization: FreeBSD Message-ID: <5615C80C.5080302@FreeBSD.org> Date: Wed, 7 Oct 2015 18:34:04 -0700 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 MIME-Version: 1.0 In-Reply-To: <201510061658.t96GwmGj056703@repo.freebsd.org> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="gKaUogcnAj0fGPVauOT1q1p5udeuCT4Vb" X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Oct 2015 01:34:13 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --gKaUogcnAj0fGPVauOT1q1p5udeuCT4Vb Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable On 10/6/2015 9:58 AM, Garrett Cooper wrote: > Author: ngie > Date: Tue Oct 6 16:58:47 2015 > New Revision: 288929 > URL: https://svnweb.freebsd.org/changeset/base/288929 >=20 > Log: > Integrate the tests from libxo into the FreeBSD test suite > =20 > The functional_test.sh harness for each test subdir was inspired > by the version in bin/sh/tests/functional_test.sh > =20 > Some gymnastics were required to deal with implicit rules for > .c / .o -> .out as the suffix transformation rules were > incorrectly trying to create the test outputs from some of the > source files > =20 > Sponsored by: EMC / Isilon Storage Division >=20 > Added: > head/lib/libxo/tests/ > head/lib/libxo/tests/Makefile (contents, props changed) > head/lib/libxo/tests/functional_test.sh > - copied, changed from r288904, head/bin/sh/tests/functional_test.= sh > head/usr.bin/xo/tests/ > head/usr.bin/xo/tests/Makefile (contents, props changed) > head/usr.bin/xo/tests/functional_test.sh > - copied, changed from r288904, head/bin/sh/tests/functional_test.= sh > Modified: > head/etc/mtree/BSD.tests.dist > head/lib/libxo/Makefile > head/usr.bin/xo/Makefile >=20 > Modified: head/etc/mtree/BSD.tests.dist > =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=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D > --- head/etc/mtree/BSD.tests.dist Tue Oct 6 16:35:50 2015 (r288928) > +++ head/etc/mtree/BSD.tests.dist Tue Oct 6 16:58:47 2015 (r288929) > @@ -310,6 +310,8 @@ > .. > libutil > .. > + libxo > + .. > msun > .. > .. > @@ -568,6 +570,8 @@ > .. > xargs > .. > + xo > + .. > yacc > yacc > .. >=20 > Modified: head/lib/libxo/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=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D > --- head/lib/libxo/Makefile Tue Oct 6 16:35:50 2015 (r288928) > +++ head/lib/libxo/Makefile Tue Oct 6 16:58:47 2015 (r288929) > @@ -1,5 +1,7 @@ > # $FreeBSD$ > =20 > +.include > + > LIBXOSRC=3D ${SRCTOP}/contrib/libxo > =20 > .PATH: ${LIBXOSRC}/libxo =2E.. LIB=3D xo SHLIB_MAJOR=3D0 SHLIBDIR?=3D /lib FYI SHLIBDIR? needs to be before the src.opts.mk otherwise it changes to /usr/lib, which Peter found breaks boot :) --=20 Regards, Bryan Drewery --gKaUogcnAj0fGPVauOT1q1p5udeuCT4Vb Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQEbBAEBAgAGBQJWFcgMAAoJEDXXcbtuRpfPZzkH+KTkUPr6JFHfxKaXxyAK3GLR 5l5uDrbGPbVRtPWpTXtiaU34ugsKwEb2SN1vecBRLAaId0Z7GDLPbVPEHok8udqU xsZKNXgoEt2FF+SXRkY9gsY/Ql7DGuMi0DRyNOVpOQpRYxfQFlgqFHlWbK9d7wb+ JRgJGbI7xR5TyNAJ7wEgqHA7VKqfKyPMUqDmK90JmC+2ytrChPvCZHGYG6Hi5pG6 2EwR398fqehPk15+MC+4Fp7R2Lt3/DRDE2N1jzlW/+h4X4qTp9sDbcOpCKTO1TUh t5N9zSt2nyybXKmOzPXeH59n+CGdD8+y/YV+1/PVxzYr9Q9bD59hu/DIpsqYmw== =xtxf -----END PGP SIGNATURE----- --gKaUogcnAj0fGPVauOT1q1p5udeuCT4Vb--