Source-Changes-HG archive

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

[src/trunk]: src/distrib/i386/floppies Use 3rd argument of MDSETTARGETS to ch...



details:   https://anonhg.NetBSD.org/src/rev/dba558fe4654
branches:  trunk
changeset: 525559:dba558fe4654
user:      lukem <lukem%NetBSD.org@localhost>
date:      Sat Apr 13 00:07:46 2002 +0000

description:
Use 3rd argument of MDSETTARGETS to change name of the rescue kernels
from netbsd.INSTALL_{SMALL,TINY} to netbsd.RESCUE_{SMALL,TINY}.
Go back to installing copies of these in the release directory.

diffstat:

 distrib/i386/floppies/kernel-rescue/Makefile |  8 ++++----
 distrib/i386/floppies/rescue-small/Makefile  |  4 ++--
 distrib/i386/floppies/rescue-tiny/Makefile   |  4 ++--
 3 files changed, 8 insertions(+), 8 deletions(-)

diffs (51 lines):

diff -r 851e92368c6b -r dba558fe4654 distrib/i386/floppies/kernel-rescue/Makefile
--- a/distrib/i386/floppies/kernel-rescue/Makefile      Sat Apr 13 00:07:25 2002 +0000
+++ b/distrib/i386/floppies/kernel-rescue/Makefile      Sat Apr 13 00:07:46 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.14 2002/04/12 23:54:28 tv Exp $
+#      $NetBSD: Makefile,v 1.15 2002/04/13 00:07:46 lukem Exp $
 
 .include <bsd.own.mk>
 .include "${_SRC_TOP_}/distrib/Makefile.inc"
@@ -13,10 +13,10 @@
 ${V}=          ${${V}DIR}/${F}.fs
 .endfor
 
-MDSETTARGETS=  INSTALL_SMALL   ${RAMDISK_S}    -       \
-               INSTALL_TINY    ${RAMDISK_T}    -
+MDSETTARGETS=  INSTALL_SMALL   ${RAMDISK_S}    netbsd.RESCUE_SMALL     \
+               INSTALL_TINY    ${RAMDISK_T}    netbsd.RESCUE_TINY
 
-release:       # do nothing
+MDSETDIR=      binary/kernel
 
 .include "${DISTRIBDIR}/common/Makefile.mdset"
 
diff -r 851e92368c6b -r dba558fe4654 distrib/i386/floppies/rescue-small/Makefile
--- a/distrib/i386/floppies/rescue-small/Makefile       Sat Apr 13 00:07:25 2002 +0000
+++ b/distrib/i386/floppies/rescue-small/Makefile       Sat Apr 13 00:07:46 2002 +0000
@@ -1,8 +1,8 @@
-#      $NetBSD: Makefile,v 1.7 2002/04/11 12:17:17 lukem Exp $
+#      $NetBSD: Makefile,v 1.8 2002/04/13 00:07:46 lukem Exp $
 
 IMAGE=         rescue-small.fs
 KERNELDIR=     kernel-rescue
-KERNEL=                netbsd.INSTALL_SMALL.gz
+KERNEL=                netbsd.RESCUE_SMALL.gz
 DISKSIZE=      2400
 
 .include "${.CURDIR}/../common/Makefile.bootfloppy"
diff -r 851e92368c6b -r dba558fe4654 distrib/i386/floppies/rescue-tiny/Makefile
--- a/distrib/i386/floppies/rescue-tiny/Makefile        Sat Apr 13 00:07:25 2002 +0000
+++ b/distrib/i386/floppies/rescue-tiny/Makefile        Sat Apr 13 00:07:46 2002 +0000
@@ -1,8 +1,8 @@
-#      $NetBSD: Makefile,v 1.7 2002/04/11 12:17:17 lukem Exp $
+#      $NetBSD: Makefile,v 1.8 2002/04/13 00:07:46 lukem Exp $
 
 IMAGE=         rescue-tiny.fs
 KERNELDIR=     kernel-rescue
-KERNEL=                netbsd.INSTALL_TINY.gz
+KERNEL=                netbsd.RESCUE_TINY.gz
 DISKSIZE=      2400
 
 .include "${.CURDIR}/../common/Makefile.bootfloppy"



Home | Main Index | Thread Index | Old Index