Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/distrib/common - clean the .tmp kernel targets as well



details:   https://anonhg.NetBSD.org/src/rev/e049b214c80f
branches:  trunk
changeset: 996663:e049b214c80f
user:      mrg <mrg%NetBSD.org@localhost>
date:      Wed Feb 06 07:33:08 2019 +0000

description:
- clean the .tmp kernel targets as well

diffstat:

 distrib/common/Makefile.mdset |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (19 lines):

diff -r cb549f9542a9 -r e049b214c80f distrib/common/Makefile.mdset
--- a/distrib/common/Makefile.mdset     Wed Feb 06 07:32:50 2019 +0000
+++ b/distrib/common/Makefile.mdset     Wed Feb 06 07:33:08 2019 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.mdset,v 1.42 2018/01/16 09:59:37 maya Exp $
+#      $NetBSD: Makefile.mdset,v 1.43 2019/02/06 07:33:08 mrg Exp $
 #
 # Makefile snippet to ${TOOL_MDSETIMAGE} file system images into kernels
 #
@@ -125,8 +125,7 @@
 _POST.${_KERNEL.${_K}.${_F}}:= ${MDSET_POST}
 .endif
 
-
-CLEANFILES+=   ${_KERNEL.${_K}.${_F}}
+CLEANFILES+=   ${_KERNEL.${_K}.${_F}} ${_KERNEL.${_K}.${_F}}.tmp
 
 .if defined(MDSET_NOIMAGE.${_FILENAME})
 ${_I}=



Home | Main Index | Thread Index | Old Index