Source-Changes-HG archive

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

[src/netbsd-1-5]: src/distrib/i386/floppies/kernel-rescue Apply patch (reques...



details:   https://anonhg.NetBSD.org/src/rev/81d79e08c981
branches:  netbsd-1-5
changeset: 492745:81d79e08c981
user:      he <he%NetBSD.org@localhost>
date:      Sat Feb 09 20:26:48 2002 +0000

description:
Apply patch (requested by windsor):
  Remove *.symbols files in ``make clean''.

diffstat:

 distrib/i386/floppies/kernel-rescue/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (25 lines):

diff -r 5ac6c6c00dff -r 81d79e08c981 distrib/i386/floppies/kernel-rescue/Makefile
--- a/distrib/i386/floppies/kernel-rescue/Makefile      Sat Feb 09 20:13:18 2002 +0000
+++ b/distrib/i386/floppies/kernel-rescue/Makefile      Sat Feb 09 20:26:48 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.2.2.2 2000/10/09 13:43:29 fvdl Exp $
+#      $NetBSD: Makefile,v 1.2.2.3 2002/02/09 20:26:48 he Exp $
 
 TOP=           ${.CURDIR}/..
 
@@ -33,13 +33,14 @@
        mv netbsd.tmp.gz ${.TARGET}
 
 KERNELS=netbsd.INSTALL_TINY.gz netbsd.INSTALL_SMALL.gz
+KERNELSYMS=    netbsd.INSTALL_TINY.symbols netbsd.INSTALL_SMALL.symbols
 
 all: ${KERNELS}
 
 release:
 
 clean cleandir distclean:
-       rm -f *.core ${KERNELS}
+       rm -f *.core ${KERNELS} ${KERNELSYMS}
 
 .include <bsd.obj.mk>
 .include <bsd.subdir.mk>



Home | Main Index | Thread Index | Old Index