PERFORCE change 131129 for review

Marcel Moolenaar marcel at FreeBSD.org
Mon Dec 17 14:54:25 PST 2007


http://perforce.freebsd.org/chv.cgi?CH=131129

Change 131129 by marcel at 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;


More information about the p4-projects mailing list