diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-06-11 09:04:18 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-06-11 09:04:18 +0000 |
commit | f6db6aa14ed706c5ba1cd6177fc279f66857184d (patch) | |
tree | 5d036e554ef8d0196f5b4ecfadfebc3f3ecdef9c /distrib/i386/floppies | |
parent | 9766ab828a751831ca6ce02c13b5d9590c200b83 (diff) |
delete ${REALIMAGE} on completion
Diffstat (limited to 'distrib/i386/floppies')
-rw-r--r-- | distrib/i386/floppies/inst-common/Makefile.inc | 7 | ||||
-rw-r--r-- | distrib/i386/floppies/kc/Makefile | 4 |
2 files changed, 6 insertions, 5 deletions
diff --git a/distrib/i386/floppies/inst-common/Makefile.inc b/distrib/i386/floppies/inst-common/Makefile.inc index 788ed65cac7..338225662dd 100644 --- a/distrib/i386/floppies/inst-common/Makefile.inc +++ b/distrib/i386/floppies/inst-common/Makefile.inc @@ -1,4 +1,4 @@ -# $Id: Makefile.inc,v 1.4 1996/06/02 11:41:36 deraadt Exp $ +# $Id: Makefile.inc,v 1.5 1996/06/11 09:04:14 deraadt Exp $ # TOP is assumed to be defined by Makefile including this one. @@ -43,7 +43,7 @@ all: ${CBIN} unconfig: -umount -f ${MOUNT_POINT} -vnconfig -u ${VND_DEV} - -/bin/rm -f ${IMAGE} + -/bin/rm -f ${REALIMAGE} ${IMAGE} ${CBIN}.mk ${CBIN}.cache ${CBIN}.c: ${CRUNCHCONF} crunchgen -D ${TOP}/../../.. -L ${DESTDIR}/usr/lib ${CRUNCHCONF} @@ -52,7 +52,8 @@ ${CBIN}: ${CBIN}.mk ${CBIN}.cache ${CBIN}.c make -f ${CBIN}.mk all clean cleandir: - /bin/rm -f core ${IMAGE} ${CBIN} ${CBIN}.mk ${CBIN}.cache *.o *.lo *.c + /bin/rm -f core ${REALIMAGE} ${IMAGE} ${CBIN} ${CBIN}.mk \ + ${CBIN}.cache *.o *.lo *.c .include <bsd.obj.mk> .include <bsd.subdir.mk> diff --git a/distrib/i386/floppies/kc/Makefile b/distrib/i386/floppies/kc/Makefile index 7774e5da32d..cabb59d78b4 100644 --- a/distrib/i386/floppies/kc/Makefile +++ b/distrib/i386/floppies/kc/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.4 1996/06/02 11:41:40 deraadt Exp $ +# $Id: Makefile,v 1.5 1996/06/11 09:04:17 deraadt Exp $ TOP= ${.CURDIR}/.. @@ -48,7 +48,7 @@ all: ${CBIN} unconfig: -umount -f ${MOUNT_POINT} -vnconfig -u ${VND_DEV} - -/bin/rm -f ${IMAGE} + -/bin/rm -f ${REALIMAGE} ${IMAGE} ${CBIN}.mk ${CBIN}.cache ${CBIN}.c: ${CRUNCHCONF} crunchgen -D ${TOP}/../../.. -L ${DESTDIR}/usr/lib ${CRUNCHCONF} |