Source-Changes-HG archive

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

[src/netbsd-1-5]: src Pullup etc/etc.i386/Makefile.inc rev 1.23, arch/i386/st...



details:   https://anonhg.NetBSD.org/src/rev/6b7d4919739b
branches:  netbsd-1-5
changeset: 489368:6b7d4919739b
user:      jhawk <jhawk%NetBSD.org@localhost>
date:      Mon Sep 04 03:58:39 2000 +0000

description:
Pullup etc/etc.i386/Makefile.inc rev 1.23, arch/i386/stand/dosboot/Makefile
rev 1.15, approved by thorpej:
  install dosboot.com in the release(7) hierarchy.

diffstat:

 etc/etc.i386/Makefile.inc            |   4 +++-
 sys/arch/i386/stand/dosboot/Makefile |  11 ++++++++++-
 2 files changed, 13 insertions(+), 2 deletions(-)

diffs (46 lines):

diff -r 8c3f8c24be5c -r 6b7d4919739b etc/etc.i386/Makefile.inc
--- a/etc/etc.i386/Makefile.inc Mon Sep 04 03:56:18 2000 +0000
+++ b/etc/etc.i386/Makefile.inc Mon Sep 04 03:58:39 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.inc,v 1.21.2.1 2000/08/11 09:56:53 toddpw Exp $
+#      $NetBSD: Makefile.inc,v 1.21.2.2 2000/09/04 03:58:39 jhawk Exp $
 #
 #      etc.i386/Makefile.inc -- i386-specific etc Makefile targets
 #
@@ -8,6 +8,7 @@
 
 # These are for use by the bootfloppy construction tools
 BUILD_KERNELS+= INSTALL INSTALL_SMALL INSTALL_TINY
+INSTALLATION_DIRS += installation/misc
 
 # Build the boot floppies and install them
 snap_md_post:
@@ -17,4 +18,5 @@
        cd ${.CURDIR}/../distrib && ${MAKE} depend && ${MAKE}
        cd ${.CURDIR}/../distrib/i386 && ${MAKE} release
        cd ${.CURDIR}/../distrib/notes && ${MAKE} release
+       cd ${.CURDIR}/../sys/arch/i386/stand/dosboot && ${MAKE} release
        sh ../distrib/sets/makesums -t ${RELEASEDIR}/installation/floppy '*.gz'
diff -r 8c3f8c24be5c -r 6b7d4919739b sys/arch/i386/stand/dosboot/Makefile
--- a/sys/arch/i386/stand/dosboot/Makefile      Mon Sep 04 03:56:18 2000 +0000
+++ b/sys/arch/i386/stand/dosboot/Makefile      Mon Sep 04 03:58:39 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.13.14.1 2000/07/06 15:32:16 jhawk Exp $
+#      $NetBSD: Makefile,v 1.13.14.2 2000/09/04 03:58:40 jhawk Exp $
 
 S=     ${.CURDIR}/../../../../
 
@@ -29,4 +29,13 @@
 
 VERSIONFILE= ${.CURDIR}/version
 
+.ifndef RELEASEDIR
+release:
+       @echo setenv RELEASEDIR first
+       @false
+.else
+release:
+       cp ${.CURDIR}/dosboot.com ${RELEASEDIR}/installation/misc
+.endif
+
 .include "../Makefile.booters"



Home | Main Index | Thread Index | Old Index