Do not add ${KMOD} to the CLEANFILES list. We want ${PROG} which is either

${KMOD}.o or ${KMOD}.ko.  Otherwise we can delete the source shell script
for linux, joy and ibcs2.
This commit is contained in:
Peter Wemm 1998-11-05 04:01:55 +00:00
parent 3396608117
commit 92892ca7a5
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=40919
2 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
# From: @(#)bsd.prog.mk 5.26 (Berkeley) 6/25/91
# $Id: bsd.kmod.mk,v 1.55 1998/10/14 04:04:22 peter Exp $
# $Id: bsd.kmod.mk,v 1.56 1998/10/16 03:32:03 peter Exp $
#
# The include file <bsd.kmod.mk> handles installing Loadable Kernel Modules.
#
@ -258,7 +258,7 @@ ${_ILINKS}:
ln -s $$path ${.TARGET}
.endif
CLEANFILES+= ${KMOD} ${PROG} ${OBJS} ${_ILINKS} lkm_verify_tmp symb.tmp tmp.o
CLEANFILES+= ${PROG} ${OBJS} ${_ILINKS} lkm_verify_tmp symb.tmp tmp.o
.if !target(install)
.if !target(beforeinstall)

View File

@ -1,5 +1,5 @@
# From: @(#)bsd.prog.mk 5.26 (Berkeley) 6/25/91
# $Id: bsd.kmod.mk,v 1.55 1998/10/14 04:04:22 peter Exp $
# $Id: bsd.kmod.mk,v 1.56 1998/10/16 03:32:03 peter Exp $
#
# The include file <bsd.kmod.mk> handles installing Loadable Kernel Modules.
#
@ -258,7 +258,7 @@ ${_ILINKS}:
ln -s $$path ${.TARGET}
.endif
CLEANFILES+= ${KMOD} ${PROG} ${OBJS} ${_ILINKS} lkm_verify_tmp symb.tmp tmp.o
CLEANFILES+= ${PROG} ${OBJS} ${_ILINKS} lkm_verify_tmp symb.tmp tmp.o
.if !target(install)
.if !target(beforeinstall)