Source-Changes-HG archive

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

[src/trunk]: src/distrib/i386/floppies Who'd've guessed? The -tiny floppies ...



details:   https://anonhg.NetBSD.org/src/rev/7293e6e565f4
branches:  trunk
changeset: 500597:7293e6e565f4
user:      mycroft <mycroft%NetBSD.org@localhost>
date:      Thu Dec 14 08:58:31 2000 +0000

description:
Who'd've guessed?  The -tiny floppies don't build any more.

diffstat:

 distrib/i386/floppies/Makefile |  11 ++++++-----
 1 files changed, 6 insertions(+), 5 deletions(-)

diffs (29 lines):

diff -r 1114035cefbe -r 7293e6e565f4 distrib/i386/floppies/Makefile
--- a/distrib/i386/floppies/Makefile    Thu Dec 14 08:56:52 2000 +0000
+++ b/distrib/i386/floppies/Makefile    Thu Dec 14 08:58:31 2000 +0000
@@ -1,19 +1,20 @@
-#      $NetBSD: Makefile,v 1.20 2000/09/27 16:04:13 fvdl Exp $
+#      $NetBSD: Makefile,v 1.21 2000/12/14 08:58:31 mycroft Exp $
 
 SUBDIR=                ramdisk-big
-SUBDIR+=       ramdisk-tiny
 SUBDIR+=       ramdisk-small
+#SUBDIR+=      ramdisk-tiny
 SUBDIR+=       kernel-ramdisk
 SUBDIR+=       fdset
 SUBDIR+=       fdset-laptop
 SUBDIR+=       bootfloppy-big
-SUBDIR+=       bootfloppy-tiny
 SUBDIR+=       bootfloppy-small
+#SUBDIR+=      bootfloppy-tiny
 
 SUBDIR+=       ramdisk-rescuesmall
-SUBDIR+=       ramdisk-rescuetiny
+#SUBDIR+=      ramdisk-rescuetiny
 SUBDIR+=       kernel-rescue
-SUBDIR+=       rescue-small rescue-tiny
+SUBDIR+=       rescue-small
+#SUBDIR+=      rescue-tiny
 
 TARGETS+=release
 



Home | Main Index | Thread Index | Old Index