Source-Changes-HG archive

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

[src/netbsd-2]: src/etc/etc.cobalt Pullup rev 1.2 (requested by tsutsui in ti...



details:   https://anonhg.NetBSD.org/src/rev/c4a4766cef71
branches:  netbsd-2
changeset: 564383:c4a4766cef71
user:      jmc <jmc%NetBSD.org@localhost>
date:      Fri Dec 16 18:16:34 2005 +0000

description:
Pullup rev 1.2 (requested by tsutsui in ticket #10176)

        The cobalt firmware has a size restriction on loading kernel.
so we should also have a smaller kernel binary for bootstrap install.

diffstat:

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

diffs (12 lines):

diff -r ba4db70f7790 -r c4a4766cef71 etc/etc.cobalt/Makefile.inc
--- a/etc/etc.cobalt/Makefile.inc       Fri Dec 16 18:14:19 2005 +0000
+++ b/etc/etc.cobalt/Makefile.inc       Fri Dec 16 18:16:34 2005 +0000
@@ -1,6 +1,6 @@
-#      $NetBSD: Makefile.inc,v 1.1 2002/06/25 22:55:56 cyber Exp $
+#      $NetBSD: Makefile.inc,v 1.1.6.1 2005/12/16 18:16:34 jmc Exp $
 #
 #      etc.cobalt/Makefile.inc -- cobalt-specific etc Makefile targets
 #
 
-KERNEL_SETS=           GENERIC
+KERNEL_SETS=           GENERIC INSTALL



Home | Main Index | Thread Index | Old Index