svn commit: r222472 - in head/sys/boot: ia64/common powerpc/ps3 sparc64/loader

Julian Elischer julian at FreeBSD.org
Mon May 30 04:23:34 UTC 2011


Author: julian
Date: Mon May 30 04:23:33 2011
New Revision: 222472
URL: http://svn.freebsd.org/changeset/base/222472

Log:
  Include forgotten framework changes to get some of the new menu files installed correctly  on non x86/amd systems.
  pointy-hut to  devin

Modified:
  head/sys/boot/ia64/common/Makefile
  head/sys/boot/powerpc/ps3/Makefile
  head/sys/boot/sparc64/loader/Makefile

Modified: head/sys/boot/ia64/common/Makefile
==============================================================================
--- head/sys/boot/ia64/common/Makefile	Mon May 30 02:41:04 2011	(r222471)
+++ head/sys/boot/ia64/common/Makefile	Mon May 30 04:23:33 2011	(r222472)
@@ -33,6 +33,7 @@ loader.help: help.common
 
 .PATH: ${.CURDIR}/../../forth
 FILES+=		loader.4th support.4th loader.conf
+FILES+=		screen.4th frames.4th
 FILES+=		beastie.4th brand.4th check-password.4th color.4th delay.4th
 FILES+=		menu.4th menu-commands.4th shortcuts.4th version.4th
 .if !exists(${DESTDIR}/boot/loader.rc)

Modified: head/sys/boot/powerpc/ps3/Makefile
==============================================================================
--- head/sys/boot/powerpc/ps3/Makefile	Mon May 30 02:41:04 2011	(r222471)
+++ head/sys/boot/powerpc/ps3/Makefile	Mon May 30 04:23:33 2011	(r222472)
@@ -113,8 +113,9 @@ loader.help: help.common help.ps3
 
 .PATH: ${.CURDIR}/../../forth
 FILES=	loader.help loader.4th support.4th loader.conf
+FILES+=	screen.4th frames.4th
 FILES+=	beastie.4th brand.4th check-password.4th color.4th delay.4th
-FILES+= menu.4th menu-commands.4th shortcuts.4th version.4th
+FILES+=	menu.4th menu-commands.4th shortcuts.4th version.4th
 FILESDIR_loader.conf=	/boot/defaults
 
 .if !exists(${DESTDIR}/boot/loader.rc)

Modified: head/sys/boot/sparc64/loader/Makefile
==============================================================================
--- head/sys/boot/sparc64/loader/Makefile	Mon May 30 02:41:04 2011	(r222471)
+++ head/sys/boot/sparc64/loader/Makefile	Mon May 30 04:23:33 2011	(r222472)
@@ -84,8 +84,9 @@ loader.help: help.common help.sparc64
 
 .PATH: ${.CURDIR}/../../forth
 FILES=	loader.help loader.4th support.4th loader.conf
+FILES+=	screen.4th frames.4th
 FILES+=	beastie.4th brand.4th check-password.4th color.4th delay.4th
-FILES+= menu.4th menu-commands.4th shortcuts.4th version.4th
+FILES+=	menu.4th menu-commands.4th shortcuts.4th version.4th
 FILESDIR_loader.conf=	/boot/defaults
 
 .if !exists(${DESTDIR}/boot/loader.rc)


More information about the svn-src-all mailing list