From owner-svn-src-head@freebsd.org Tue Jul 25 00:17:28 2017 Return-Path: Delivered-To: svn-src-head@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 21692DAC394; Tue, 25 Jul 2017 00:17:28 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E7E9A82656; Tue, 25 Jul 2017 00:17:27 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from mail.xzibition.com (unknown [127.0.1.132]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by freefall.freebsd.org (Postfix) with ESMTPS id 14A50F458; Tue, 25 Jul 2017 00:17:27 +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 E79EF951B; Tue, 25 Jul 2017 00:17:25 +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 wnl870F9KYEB; Tue, 25 Jul 2017 00:17:22 +0000 (UTC) Subject: Re: svn commit: r321444 - head/etc DKIM-Filter: OpenDKIM Filter v2.9.2 mail.xzibition.com 68DEC9516 To: Ngie Cooper , src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org References: <201707242357.v6ONvhJA063824@repo.freebsd.org> From: Bryan Drewery Openpgp: id=F9173CB2C3AAEA7A5C8A1F0935D771BB6E4697CF; url=http://www.shatow.net/bryan/bryan2.asc Organization: FreeBSD Message-ID: <5890e09f-8983-f458-34cf-3107f288edc1@FreeBSD.org> Date: Mon, 24 Jul 2017 17:17:02 -0700 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1 MIME-Version: 1.0 In-Reply-To: <201707242357.v6ONvhJA063824@repo.freebsd.org> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="flwt2961UI6eu2NGGbsGPu309DjCNILcG" X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Jul 2017 00:17:28 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --flwt2961UI6eu2NGGbsGPu309DjCNILcG Content-Type: multipart/mixed; boundary="BG3wdHEtclulSP5bGKhejlFhf1JbFMC21"; protected-headers="v1" From: Bryan Drewery To: Ngie Cooper , src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Message-ID: <5890e09f-8983-f458-34cf-3107f288edc1@FreeBSD.org> Subject: Re: svn commit: r321444 - head/etc References: <201707242357.v6ONvhJA063824@repo.freebsd.org> In-Reply-To: <201707242357.v6ONvhJA063824@repo.freebsd.org> --BG3wdHEtclulSP5bGKhejlFhf1JbFMC21 Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: quoted-printable On 7/24/2017 4:57 PM, Ngie Cooper wrote: > Author: ngie > Date: Mon Jul 24 23:57:43 2017 > New Revision: 321444 > URL: https://svnweb.freebsd.org/changeset/base/321444 >=20 > Log: > Remove ${MTREE} and leverage etc/mtree/Makefile instead with > "make distribution". > =20 > This also fixes the fact that BSD.debug.dist was being installed if/w= hen > ${MK_DEBUG_FILES} !=3D "no" before this commit. This was intentional, see r279248. > =20 > MFC after: 2 months >=20 > Modified: > head/etc/Makefile >=20 > Modified: head/etc/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/etc/Makefile Mon Jul 24 23:32:46 2017 (r321443) > +++ head/etc/Makefile Mon Jul 24 23:57:43 2017 (r321444) > @@ -152,20 +152,6 @@ BIN1+=3D regdomain.xml > # -rwxr-xr-x root:wheel, for the new cron root:wheel > BIN2=3D netstart pccard_ether rc.suspend rc.resume > =20 > -MTREE=3D BSD.debug.dist BSD.include.dist BSD.root.dist BSD.usr.dist BS= D.var.dist > -.if ${MK_LIB32} !=3D "no" > -MTREE+=3D BSD.lib32.dist > -.endif > -.if ${MK_LIBSOFT} !=3D "no" > -MTREE+=3D BSD.libsoft.dist > -.endif > -.if ${MK_TESTS} !=3D "no" > -MTREE+=3D BSD.tests.dist > -.endif > -.if ${MK_SENDMAIL} !=3D "no" > -MTREE+=3D BSD.sendmail.dist > -.endif > - > PPPCNF=3D ppp.conf > =20 > .if ${MK_SENDMAIL} =3D=3D "no" > @@ -254,6 +240,7 @@ distribution: > ${_+_}cd ${.CURDIR}/defaults; ${MAKE} install > ${_+_}cd ${.CURDIR}/devd; ${MAKE} install > ${_+_}cd ${.CURDIR}/gss; ${MAKE} install > + ${_+_}cd ${.CURDIR}/mtree; ${MAKE} install > ${_+_}cd ${.CURDIR}/newsyslog.conf.d; ${MAKE} install > .if ${MK_NTP} !=3D "no" > ${_+_}cd ${.CURDIR}/ntp; ${MAKE} install > @@ -308,8 +295,6 @@ distribution: > rm -f ${DESTDIR}/.cshrc; \ > ln ${DESTDIR}/root/.cshrc ${DESTDIR}/.cshrc > .endif > - cd ${.CURDIR}/mtree; ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 444 \ > - ${MTREE} ${DESTDIR}/etc/mtree > .if ${MK_MAIL} !=3D "no" > cd ${.CURDIR}/mail; ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 644 \ > ${ETCMAIL} ${DESTDIR}/etc/mail >=20 --=20 Regards, Bryan Drewery --BG3wdHEtclulSP5bGKhejlFhf1JbFMC21-- --flwt2961UI6eu2NGGbsGPu309DjCNILcG 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 iQEcBAEBAgAGBQJZdo3/AAoJEDXXcbtuRpfPUc0H/1mj7Eq6qOqCZ3qaTcgmrniq sIAusYtlG2H87MHEWqlkA/Uj2VZ1h8I7gPkkkUk3BDEicQ96+od6NTvbme3v/D+x 36aXmN0zb8bnliqqMqpXr/K+eU7gUuTY9Va6iv85zp60gSvVPkP40T9E6lS4tu3S 2tg4lNpujsnDv24sL+LqOmGo+Wmxou0CJYNifa21izD8W7ldWJHXyGK+c7alR/7a H6cHsOMcENYsqxDGJlMt8lunnw8Kh6yQa9hBnoIomnSuO+WKTBOB4w9psfkYwa7p SGMhG0piPEYxoOrya/TvwPfZBmUCu2k7tQmtpltkr7It+ycLHLP1l0Oq6f0BaMI= =32SH -----END PGP SIGNATURE----- --flwt2961UI6eu2NGGbsGPu309DjCNILcG--