Source-Changes-HG archive

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

[src/trunk]: src/distrib/i386/floppies/kernel-rescue Actually, this reuses th...



details:   https://anonhg.NetBSD.org/src/rev/59e450782be3
branches:  trunk
changeset: 525556:59e450782be3
user:      tv <tv%NetBSD.org@localhost>
date:      Fri Apr 12 23:54:28 2002 +0000

description:
Actually, this reuses the same kernel names, so we can't simply install
to the RELEASEDIR here.  Use an empty "release" rule instead.

diffstat:

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

diffs (18 lines):

diff -r 99deded2d1ed -r 59e450782be3 distrib/i386/floppies/kernel-rescue/Makefile
--- a/distrib/i386/floppies/kernel-rescue/Makefile      Fri Apr 12 23:47:09 2002 +0000
+++ b/distrib/i386/floppies/kernel-rescue/Makefile      Fri Apr 12 23:54:28 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.13 2002/04/12 23:47:09 tv Exp $
+#      $NetBSD: Makefile,v 1.14 2002/04/12 23:54:28 tv Exp $
 
 .include <bsd.own.mk>
 .include "${_SRC_TOP_}/distrib/Makefile.inc"
@@ -16,7 +16,7 @@
 MDSETTARGETS=  INSTALL_SMALL   ${RAMDISK_S}    -       \
                INSTALL_TINY    ${RAMDISK_T}    -
 
-MDSETDIR=      binary/kernel
+release:       # do nothing
 
 .include "${DISTRIBDIR}/common/Makefile.mdset"
 



Home | Main Index | Thread Index | Old Index