summaryrefslogtreecommitdiff
path: root/sys/arch/i386/stand
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2004-08-06 21:33:38 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2004-08-06 21:33:38 +0000
commit180343a352041854d5aaff427e1b91a52d48f7cd (patch)
tree5646068f40d76f75278e56744980150775131c76 /sys/arch/i386/stand
parente70ad2fbac231ffb21a5fab56a3b05a7a9d7719c (diff)
do not be quiet about this operation
Diffstat (limited to 'sys/arch/i386/stand')
-rw-r--r--sys/arch/i386/stand/cdboot/Makefile4
1 files changed, 2 insertions, 2 deletions
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}; \