Source-Changes-HG archive

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

[src/netbsd-1-6]: src/etc/etc.next68k Pull up revision 1.3 (requested by debe...



details:   https://anonhg.NetBSD.org/src/rev/14fd695195d5
branches:  netbsd-1-6
changeset: 527772:14fd695195d5
user:      lukem <lukem%NetBSD.org@localhost>
date:      Thu Jun 06 07:51:10 2002 +0000

description:
Pull up revision 1.3 (requested by deberg in ticket #179):
copy bootloader to RELEASEDIR/installation

diffstat:

 etc/etc.next68k/Makefile.inc |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (16 lines):

diff -r 317e8b8cac26 -r 14fd695195d5 etc/etc.next68k/Makefile.inc
--- a/etc/etc.next68k/Makefile.inc      Thu Jun 06 07:49:51 2002 +0000
+++ b/etc/etc.next68k/Makefile.inc      Thu Jun 06 07:51:10 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.inc,v 1.2 2001/11/29 22:45:58 thorpej Exp $
+#      $NetBSD: Makefile.inc,v 1.2.2.1 2002/06/06 07:51:10 lukem Exp $
 #
 #      etc.next68k/Makefile.inc -- next68k-specific etc Makefile targets
 #
@@ -12,3 +12,6 @@
 .endif
        cd ${.CURDIR}/../distrib && ${MAKE} depend && ${MAKE}
        cd ${.CURDIR}/../distrib/notes && ${MAKE} release
+
+       # install boot image in installation directory
+       cp -p ${DESTDIR}/usr/mdec/boot ${RELEASEDIR}/installation/boot



Home | Main Index | Thread Index | Old Index