summaryrefslogtreecommitdiffstats
path: root/sys/boot/efi
diff options
context:
space:
mode:
authoremaste <emaste@FreeBSD.org>2016-02-18 14:17:28 +0000
committeremaste <emaste@FreeBSD.org>2016-02-18 14:17:28 +0000
commit647d168b054d82fdb36129bc02d523e9349399b0 (patch)
treec767d64f9ff8267d270ff31d91ddb9f0869354d6 /sys/boot/efi
parente22231d2191b7f99cc27e44b943a974917168a8e (diff)
downloadFreeBSD-src-647d168b054d82fdb36129bc02d523e9349399b0.zip
FreeBSD-src-647d168b054d82fdb36129bc02d523e9349399b0.tar.gz
Remove dd xfer stats emitted during buildworld
They result in gratuitous differences when comparing build log output.
Diffstat (limited to 'sys/boot/efi')
-rw-r--r--sys/boot/efi/boot1/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/boot/efi/boot1/Makefile b/sys/boot/efi/boot1/Makefile
index 7c983e3..5455e1a 100644
--- a/sys/boot/efi/boot1/Makefile
+++ b/sys/boot/efi/boot1/Makefile
@@ -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=boot1.efi of=${.TARGET} seek=${BOOT1_OFFSET} conv=notrunc
+ dd if=boot1.efi of=${.TARGET} seek=${BOOT1_OFFSET} conv=notrunc \
+ status=none
CLEANFILES= boot1.efi boot1.efifat
OpenPOWER on IntegriCloud