From owner-svn-src-head@freebsd.org Thu Mar 3 04:42:54 2016 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 2E8EBAC267A; Thu, 3 Mar 2016 04:42:54 +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 1A9D011FB; Thu, 3 Mar 2016 04:42:54 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from mail.xzibition.com (localhost [IPv6:::1]) by freefall.freebsd.org (Postfix) with ESMTP id 0EA011BC8; Thu, 3 Mar 2016 04:42:54 +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 BFE27D130; Thu, 3 Mar 2016 04:42:53 +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 TBwefNZsFGmb; Thu, 3 Mar 2016 04:42:46 +0000 (UTC) Subject: Re: svn commit: r295757 - in head: lib/libc/tests/gen/posix_spawn lib/libc/tests/sys sys/boot/efi/boot1 sys/boot/i386/boot2 sys/boot/i386/pxeldr sys/boot/i386/zfsboot DKIM-Filter: OpenDKIM Filter v2.9.2 mail.xzibition.com 240D9D12A To: Ed Maste , src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org References: <201602181417.u1IEHSRU079616@repo.freebsd.org> From: Bryan Drewery Openpgp: id=F9173CB2C3AAEA7A5C8A1F0935D771BB6E4697CF; url=http://www.shatow.net/bryan/bryan2.asc Organization: FreeBSD Message-ID: <56D7C0C6.3050908@FreeBSD.org> Date: Wed, 2 Mar 2016 20:42:46 -0800 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.6.0 MIME-Version: 1.0 In-Reply-To: <201602181417.u1IEHSRU079616@repo.freebsd.org> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="s33KhU03OUfo5TTPbNnPTh5jsOsrvGPp0" X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.20 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: Thu, 03 Mar 2016 04:42:54 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --s33KhU03OUfo5TTPbNnPTh5jsOsrvGPp0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable On 2/18/2016 6:17 AM, Ed Maste wrote: > Author: emaste > Date: Thu Feb 18 14:17:28 2016 > New Revision: 295757 > URL: https://svnweb.freebsd.org/changeset/base/295757 >=20 > Log: > Remove dd xfer stats emitted during buildworld > =20 > They result in gratuitous differences when comparing build log output= =2E >=20 > Modified: > head/lib/libc/tests/gen/posix_spawn/Makefile > head/lib/libc/tests/sys/Makefile > head/sys/boot/efi/boot1/Makefile > head/sys/boot/i386/boot2/Makefile > head/sys/boot/i386/pxeldr/Makefile > head/sys/boot/i386/zfsboot/Makefile >=20 > Modified: head/lib/libc/tests/gen/posix_spawn/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/libc/tests/gen/posix_spawn/Makefile Thu Feb 18 13:07:21 20= 16 (r295756) > +++ head/lib/libc/tests/gen/posix_spawn/Makefile Thu Feb 18 14:17:28 20= 16 (r295757) > @@ -20,7 +20,7 @@ CLEANFILES+=3D h_nonexec > .include "../../Makefile.netbsd-tests" > =20 > h_zero: > - dd if=3D/dev/zero of=3Dh_zero bs=3D1k count=3D2 > + dd if=3D/dev/zero of=3Dh_zero bs=3D1k count=3D2 status=3Dnone > chmod a+x h_zero > =20 > CLEANFILES+=3D h_zero >=20 > Modified: head/lib/libc/tests/sys/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/libc/tests/sys/Makefile Thu Feb 18 13:07:21 2016 (r295756)= > +++ head/lib/libc/tests/sys/Makefile Thu Feb 18 14:17:28 2016 (r295757)= > @@ -78,6 +78,6 @@ truncate_test_FILESGRP=3D wheel > =20 > CLEANFILES=3D truncate_test.root_owned > truncate_test.root_owned: > - dd if=3D/dev/null bs=3D1 count=3D1 of=3D${.TARGET} > + dd if=3D/dev/null bs=3D1 count=3D1 of=3D${.TARGET} status=3Dnone > =20 > .include >=20 > Modified: head/sys/boot/efi/boot1/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/sys/boot/efi/boot1/Makefile Thu Feb 18 13:07:21 2016 (r295756)= > +++ head/sys/boot/efi/boot1/Makefile Thu Feb 18 14:17:28 2016 (r295757)= > @@ -113,7 +113,8 @@ boot1.efifat: boot1.efi > uudecode ${.CURDIR}/fat-${MACHINE}.tmpl.bz2.uu > mv fat-${MACHINE}.tmpl.bz2 ${.TARGET}.bz2 > bzip2 -f -d ${.TARGET}.bz2 > - dd if=3Dboot1.efi of=3D${.TARGET} seek=3D${BOOT1_OFFSET} conv=3Dnotru= nc > + dd if=3Dboot1.efi of=3D${.TARGET} seek=3D${BOOT1_OFFSET} conv=3Dnotru= nc \ > + status=3Dnone > =20 > CLEANFILES=3D boot1.efi boot1.efifat > =20 >=20 > Modified: head/sys/boot/i386/boot2/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/sys/boot/i386/boot2/Makefile Thu Feb 18 13:07:21 2016 (r295756= ) > +++ head/sys/boot/i386/boot2/Makefile Thu Feb 18 14:17:28 2016 (r295757= ) > @@ -72,14 +72,14 @@ CLEANFILES+=3D boot2 boot2.ld boot2.ldr bo > boot2: boot2.ld > @set -- `ls -l boot2.ld`; x=3D$$((7680-$$5)); \ > echo "$$x bytes available"; test $$x -ge 0 > - dd if=3Dboot2.ld of=3D${.TARGET} obs=3D7680 conv=3Dosync > + dd if=3Dboot2.ld of=3D${.TARGET} obs=3D7680 conv=3Dosync status=3Dnon= e > =20 > boot2.ld: boot2.ldr boot2.bin ${BTXKERN} > btxld -v -E ${ORG2} -f bin -b ${BTXKERN} -l boot2.ldr \ > -o ${.TARGET} -P 1 boot2.bin > =20 > boot2.ldr: > - dd if=3D/dev/zero of=3D${.TARGET} bs=3D512 count=3D1 > + dd if=3D/dev/zero of=3D${.TARGET} bs=3D512 count=3D1 status=3Dnone > =20 > boot2.bin: boot2.out > ${OBJCOPY} -S -O binary boot2.out ${.TARGET} >=20 > Modified: head/sys/boot/i386/pxeldr/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/sys/boot/i386/pxeldr/Makefile Thu Feb 18 13:07:21 2016 (r29575= 6) > +++ head/sys/boot/i386/pxeldr/Makefile Thu Feb 18 14:17:28 2016 (r29575= 7) > @@ -31,7 +31,7 @@ CLEANFILES+=3D ${BOOT}.tmp > =20 > ${BOOT}: ${LDR} ${LOADER} > cat ${LDR} ${LOADER} > ${.TARGET}.tmp > - dd if=3D${.TARGET}.tmp of=3D${.TARGET} obs=3D2k conv=3Dosync > + dd if=3D${.TARGET}.tmp of=3D${.TARGET} obs=3D2k conv=3Dosync status=3D= none > rm ${.TARGET}.tmp > =20 > LDFLAGS+=3D-e start -Ttext ${ORG} -Wl,-N,-S,--oformat,binary >=20 > Modified: head/sys/boot/i386/zfsboot/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/sys/boot/i386/zfsboot/Makefile Thu Feb 18 13:07:21 2016 (r2957= 56) > +++ head/sys/boot/i386/zfsboot/Makefile Thu Feb 18 14:17:28 2016 (r2957= 57) > @@ -65,7 +65,7 @@ BOOT2SIZE=3D 65536 > zfsboot2: zfsboot.ld > @set -- `ls -l zfsboot.ld`; x=3D$$((${BOOT2SIZE}-$$5)); \ > echo "$$x bytes available"; test $$x -ge 0 > - dd if=3Dzfsboot.ld of=3D${.TARGET} obs=3D${BOOT2SIZE} conv=3Dosync > + dd if=3Dzfsboot.ld of=3D${.TARGET} obs=3D${BOOT2SIZE} conv=3Dosync st= atus=3Dnone > =20 > zfsboot.ld: zfsboot.ldr zfsboot.bin ${BTXKERN} > btxld -v -E ${ORG2} -f bin -b ${BTXKERN} -l zfsboot.ldr \ >=20 (From Peter) You'll need to add bin/dd to bootstrap-tools now. It only learned status=3D support in 2014 in r264059. --=20 Regards, Bryan Drewery --s33KhU03OUfo5TTPbNnPTh5jsOsrvGPp0 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 iQEcBAEBAgAGBQJW18DGAAoJEDXXcbtuRpfPlSgH/iyELBGcFUq8RMXUamajPCpE Om9VJ6qz3tE0TBSvpED51j2Bl8kwdXhpCcJizvoZ2sGzdxfkbyIwh1JjbIvj2kDk 9yCdcWMPGBAuRF83TiEYZs/+Awfw5XtPWv/Q4kmS04oKHIZYTDTCMKtRtuEeUxOw q0uY7qgLyTK9O44s+mMJhkDn1Y1HO6pHamf0/zOZFakzk73cfs/WaEoLWouOadEs M+HsnMbgcDIamtCz+fn+dKBXYgJNvY8Gj4FqnsqHla/VxD/mKrzxWIvQxUAA1jkL mZcVfutilEkEXlPKkAYb1a0FwcpL49onQxEhc55dybnGaxFnJzCT2Ct7Xa4V4+A= =Du5K -----END PGP SIGNATURE----- --s33KhU03OUfo5TTPbNnPTh5jsOsrvGPp0--