Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 May 2011 04:23:34 +0000 (UTC)
From:      Julian Elischer <julian@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r222472 - in head/sys/boot: ia64/common powerpc/ps3 sparc64/loader
Message-ID:  <201105300423.p4U4NYYq059888@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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)



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