diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2010-02-15 13:57:16 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2010-02-15 13:57:16 +0000 |
commit | 3196227f1d96f09107d33bc2be09e24a804408b8 (patch) | |
tree | 5b33153d8521e948132f18882692a9aef607201e /sys/arch/socppc | |
parent | 6d3cfffe222adeb0262aee3a776ef0107e596fe0 (diff) |
Since strip doesn't know how to strip a U-boot image, don't attempt to
do so during install.
Diffstat (limited to 'sys/arch/socppc')
-rw-r--r-- | sys/arch/socppc/stand/boot/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/socppc/stand/boot/Makefile b/sys/arch/socppc/stand/boot/Makefile index 4368b0327b5..09351aa4491 100644 --- a/sys/arch/socppc/stand/boot/Makefile +++ b/sys/arch/socppc/stand/boot/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.9 2010/02/14 15:16:21 kettenis Exp $ +# $OpenBSD: Makefile,v 1.10 2010/02/15 13:57:15 kettenis Exp $ .include "${.CURDIR}/../Makefile.inc" @@ -53,7 +53,7 @@ ${PROG}: ${OBJS} ${LIBSA} ${LIBZ} ${MKBOOT} -e ${RELOC} -l ${RELOC} ${PROG}.bin ${PROG} realinstall: - ${INSTALL} ${INSTALL_COPY} ${INSTALL_STRIP} -o ${BINOWN} -g ${BINGRP} \ + ${INSTALL} ${INSTALL_COPY} -o ${BINOWN} -g ${BINGRP} \ -m ${BINMODE} ${PROG} ${DESTDIR}${BINDIR}/${PROG} ${INSTALL} ${INSTALL_COPY} ${INSTALL_STRIP} -o ${BINOWN} -g ${BINGRP} \ -m ${BINMODE} ${PROG}.elf ${DESTDIR}${BINDIR}/${PROG}.elf |