From 180343a352041854d5aaff427e1b91a52d48f7cd Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Fri, 6 Aug 2004 21:33:38 +0000 Subject: do not be quiet about this operation --- sys/arch/i386/stand/cdboot/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/arch/i386') diff --git a/sys/arch/i386/stand/cdboot/Makefile b/sys/arch/i386/stand/cdboot/Makefile index 3adc18677f7..3b9b05bb71d 100644 --- a/sys/arch/i386/stand/cdboot/Makefile +++ b/sys/arch/i386/stand/cdboot/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.1 2004/06/23 00:21:49 tom Exp $ +# $OpenBSD: Makefile,v 1.2 2004/08/06 21:33:37 deraadt Exp $ .include "${.CURDIR}/../Makefile.inc" @@ -27,7 +27,7 @@ DPADD= ${LIBSA} ${LIBZ} ${PROG}: $(OBJS) $(DPADD) $(LD) $(LDFLAGS) -o ${PROG} $(OBJS) $(LDADD) @$(SIZE) ${PROG} - @if [ -x ${.OBJDIR}/${PROG} ]; then \ + if [ -x ${.OBJDIR}/${PROG} ]; then \ objcopy -O binary ${PROG} ${.OBJDIR}/.tmp;\ mv -f ${.OBJDIR}/.tmp ${.OBJDIR}/${PROG}; \ ls -l ${.OBJDIR}/${PROG}; \ -- cgit v1.2.3