Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Dec 2007 22:54:24 GMT
From:      Marcel Moolenaar <marcel@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 131129 for review
Message-ID:  <200712172254.lBHMsOdO033075@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=131129

Change 131129 by marcel@marcel_cluster on 2007/12/17 22:54:23

	Diff reduction.

Affected files ...

.. //depot/projects/e500/sys/boot/powerpc/ofw/Makefile#4 edit
.. //depot/projects/e500/sys/boot/powerpc/ofw/conf.c#3 edit

Differences ...

==== //depot/projects/e500/sys/boot/powerpc/ofw/Makefile#4 (text+ko) ====

@@ -48,7 +48,7 @@
 CFLAGS+=	-DLOADER_TFTP_SUPPORT
 .endif
 
-.if !defined(NO_FORTH)
+.if ${MK_FORTH} != "no"
 # Enable BootForth
 BOOT_FORTH=	yes
 CFLAGS+=	-DBOOT_FORTH -I${.CURDIR}/../../ficl -I${.CURDIR}/../../ficl/powerpc

==== //depot/projects/e500/sys/boot/powerpc/ofw/conf.c#3 (text+ko) ====

@@ -102,7 +102,7 @@
 /* 
  * Consoles 
  *
- * We don't prototype these in libalpha.h because they require
+ * We don't prototype these in libofw.h because they require
  * data structures from bootstrap.h as well.
  */
 extern struct console ofwconsole;



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200712172254.lBHMsOdO033075>