[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[2177] 2009-05-04 Felix Zielcke <address@hidden>
From: |
Felix Zielcke |
Subject: |
[2177] 2009-05-04 Felix Zielcke <address@hidden> |
Date: |
Mon, 04 May 2009 17:49:58 +0000 |
Revision: 2177
http://svn.sv.gnu.org/viewvc/?view=rev&root=grub&revision=2177
Author: fzielcke
Date: 2009-05-04 17:49:57 +0000 (Mon, 04 May 2009)
Log Message:
-----------
2009-05-04 Felix Zielcke <address@hidden>
* conf/i386-efi.rmk (grub_emu_SOURCES): Remove `normal/execute.c',
`normal/lexer.c', `kern/rescue.c', `normal/function.c', `normal/misc.c'
and `normal/script.c'. Add `kern/rescue_reader.c',
`kern/rescue_parser.c', `script/sh/main.c', `script/sh/execute.c',
`script/sh/function.c', `script/sh/lexer.c', `script/sh/script.c' and
`grub_script.tab.c'.
* conf/i386-ieee1275.rmk (grub_emu_SOURCES): Likewise.
* conf/x86_64-efi.rmk (grub_emu_SOURCES): Likewise.
* conf/powerpc-ieee1275.rmk (grub_emu_SOURCES): Likewise.
* conf/i386-coreboot.rmk (grub_emu_SOURCES): Likewise.
* conf/sparc64-ieee1275.rmk (grub_emu_SOURCES): Likewise.
Modified Paths:
--------------
trunk/grub2/ChangeLog
trunk/grub2/conf/i386-coreboot.rmk
trunk/grub2/conf/i386-efi.rmk
trunk/grub2/conf/i386-ieee1275.rmk
trunk/grub2/conf/powerpc-ieee1275.rmk
trunk/grub2/conf/sparc64-ieee1275.rmk
trunk/grub2/conf/x86_64-efi.rmk
Modified: trunk/grub2/ChangeLog
===================================================================
--- trunk/grub2/ChangeLog 2009-05-04 16:16:03 UTC (rev 2176)
+++ trunk/grub2/ChangeLog 2009-05-04 17:49:57 UTC (rev 2177)
@@ -1,3 +1,18 @@
+2009-05-04 Felix Zielcke <address@hidden>
+
+ * conf/i386-efi.rmk (grub_emu_SOURCES): Remove `normal/execute.c',
+ `normal/lexer.c', `kern/rescue.c', `normal/function.c', `normal/misc.c'
+ and `normal/script.c'. Add `kern/rescue_reader.c',
+ `kern/rescue_parser.c', `script/sh/main.c', `script/sh/execute.c',
+ `script/sh/function.c', `script/sh/lexer.c', `script/sh/script.c' and
+ `grub_script.tab.c'.
+
+ * conf/i386-ieee1275.rmk (grub_emu_SOURCES): Likewise.
+ * conf/x86_64-efi.rmk (grub_emu_SOURCES): Likewise.
+ * conf/powerpc-ieee1275.rmk (grub_emu_SOURCES): Likewise.
+ * conf/i386-coreboot.rmk (grub_emu_SOURCES): Likewise.
+ * conf/sparc64-ieee1275.rmk (grub_emu_SOURCES): Likewise.
+
2009-05-04 Robert Millan <address@hidden>
* util/misc.c (grub_util_warn): New function. Emmits a warning
Modified: trunk/grub2/conf/i386-coreboot.rmk
===================================================================
--- trunk/grub2/conf/i386-coreboot.rmk 2009-05-04 16:16:03 UTC (rev 2176)
+++ trunk/grub2/conf/i386-coreboot.rmk 2009-05-04 17:49:57 UTC (rev 2177)
@@ -73,17 +73,18 @@
io/gzio.c \
kern/device.c kern/disk.c kern/dl.c kern/elf.c kern/env.c \
kern/err.c kern/list.c kern/handler.c \
- kern/command.c kern/corecmd.c commands/extcmd.c \
- normal/execute.c kern/file.c kern/fs.c normal/lexer.c \
- commands/boot.c kern/main.c kern/misc.c kern/parser.c \
- grub_script.tab.c kern/partition.c kern/rescue.c kern/term.c \
- lib/arg.c normal/cmdline.c normal/command.c normal/function.c\
- normal/handler.c \
+ kern/command.c kern/corecmd.c commands/extcmd.c kern/file.c \
+ kern/fs.c commands/boot.c kern/main.c kern/misc.c kern/parser.c \
+ kern/partition.c kern/reader.c kern/term.c \
+ kern/rescue_reader.c kern/rescue_parser.c \
+ lib/arg.c normal/cmdline.c normal/misc.c \
+ normal/handler.c normal/autofs.c \
normal/completion.c normal/datetime.c normal/main.c \
- normal/menu_text.c \
+ normal/menu_text.c \
normal/menu.c normal/menu_entry.c normal/menu_viewer.c \
- normal/misc.c normal/script.c \
normal/color.c \
+ script/sh/main.c script/sh/execute.c script/sh/function.c \
+ script/sh/lexer.c script/sh/script.c grub_script.tab.c \
partmap/amiga.c partmap/apple.c partmap/pc.c partmap/sun.c \
partmap/acorn.c partmap/gpt.c \
util/console.c util/hostfs.c util/grub-emu.c util/misc.c \
Modified: trunk/grub2/conf/i386-efi.rmk
===================================================================
--- trunk/grub2/conf/i386-efi.rmk 2009-05-04 16:16:03 UTC (rev 2176)
+++ trunk/grub2/conf/i386-efi.rmk 2009-05-04 17:49:57 UTC (rev 2177)
@@ -49,17 +49,18 @@
io/gzio.c \
kern/device.c kern/disk.c kern/dl.c kern/elf.c kern/env.c \
kern/err.c kern/list.c kern/handler.c \
- kern/command.c kern/corecmd.c commands/extcmd.c \
- normal/execute.c kern/file.c kern/fs.c normal/lexer.c \
- commands/boot.c kern/main.c kern/misc.c kern/parser.c \
- grub_script.tab.c kern/partition.c kern/rescue.c kern/term.c \
+ kern/command.c kern/corecmd.c commands/extcmd.c kern/file.c \
+ kern/fs.c commands/boot.c kern/main.c kern/misc.c kern/parser.c \
+ kern/partition.c kern/reader.c kern/term.c \
+ kern/rescue_reader.c kern/rescue_parser.c \
lib/arg.c normal/cmdline.c normal/command.c normal/datetime.c \
- normal/function.c \
+ normal/autofs.c \
normal/completion.c normal/context.c normal/main.c \
normal/menu.c normal/menu_entry.c normal/menu_viewer.c \
normal/menu_text.c \
- normal/misc.c normal/script.c \
normal/color.c \
+ script/sh/main.c script/sh/execute.c script/sh/function.c \
+ script/sh/lexer.c script/sh/script.c grub_script.tab.c \
partmap/amiga.c partmap/apple.c partmap/pc.c partmap/sun.c \
partmap/acorn.c partmap/gpt.c \
util/console.c util/hostfs.c util/grub-emu.c util/misc.c \
Modified: trunk/grub2/conf/i386-ieee1275.rmk
===================================================================
--- trunk/grub2/conf/i386-ieee1275.rmk 2009-05-04 16:16:03 UTC (rev 2176)
+++ trunk/grub2/conf/i386-ieee1275.rmk 2009-05-04 17:49:57 UTC (rev 2177)
@@ -73,16 +73,17 @@
io/gzio.c \
kern/device.c kern/disk.c kern/dl.c kern/elf.c kern/env.c \
kern/err.c kern/list.c kern/handler.c \
- kern/command.c kern/corecmd.c commands/extcmd.c \
- normal/execute.c kern/file.c kern/fs.c normal/lexer.c \
- commands/boot.c kern/main.c kern/misc.c kern/parser.c \
- grub_script.tab.c kern/partition.c kern/rescue.c kern/term.c \
- lib/arg.c normal/cmdline.c normal/command.c normal/datetime.c \
- normal/function.c normal/handler.c \
+ kern/command.c kern/corecmd.c commands/extcmd.c kern/file.c \
+ kern/fs.c commands/boot.c kern/main.c kern/misc.c kern/parser.c \
+ kern/partition.c kern/reader.c kern/term.c \
+ kern/rescue_reader.c kern/rescue_parser.c \
+ lib/arg.c normal/cmdline.c normal/datetime.c normal/misc.c \
+ normal/handler.c normal/autofs.c \
normal/completion.c normal/main.c normal/menu_text.c \
normal/menu.c normal/menu_entry.c normal/menu_viewer.c \
- normal/misc.c normal/script.c \
normal/color.c \
+ script/sh/main.c script/sh/execute.c script/sh/function.c \
+ script/sh/lexer.c script/sh/script.c grub_script.tab.c \
partmap/amiga.c partmap/apple.c partmap/pc.c partmap/sun.c \
partmap/acorn.c partmap/gpt.c \
util/console.c util/hostfs.c util/grub-emu.c util/misc.c \
Modified: trunk/grub2/conf/powerpc-ieee1275.rmk
===================================================================
--- trunk/grub2/conf/powerpc-ieee1275.rmk 2009-05-04 16:16:03 UTC (rev
2176)
+++ trunk/grub2/conf/powerpc-ieee1275.rmk 2009-05-04 17:49:57 UTC (rev
2177)
@@ -55,17 +55,18 @@
io/gzio.c \
kern/device.c kern/disk.c kern/dl.c kern/elf.c kern/env.c \
kern/err.c kern/file.c kern/fs.c commands/boot.c kern/main.c \
- kern/misc.c kern/parser.c kern/partition.c kern/rescue.c \
+ kern/misc.c kern/parser.c kern/partition.c kern/reader.c \
kern/term.c kern/list.c kern/handler.c fs/fshelp.c \
kern/command.c kern/corecmd.c commands/extcmd.c \
- lib/arg.c normal/cmdline.c normal/command.c normal/datetime.c \
- normal/completion.c normal/execute.c \
- normal/function.c normal/handler.c normal/lexer.c normal/main.c \
- normal/menu.c \
+ lib/arg.c normal/cmdline.c normal/datetime.c \
+ normal/completion.c normal/misc.c \
+ normal/handler.c normal/main.c \
+ normal/menu.c \
normal/menu_text.c \
- normal/menu_entry.c normal/menu_viewer.c normal/misc.c \
- normal/script.c \
+ normal/menu_entry.c normal/menu_viewer.c \
normal/color.c \
+ script/sh/main.c script/sh/execute.c script/sh/function.c \
+ script/sh/lexer.c script/sh/script.c \
partmap/amiga.c partmap/apple.c partmap/pc.c partmap/sun.c \
partmap/acorn.c \
util/console.c util/hostfs.c util/grub-emu.c util/misc.c \
Modified: trunk/grub2/conf/sparc64-ieee1275.rmk
===================================================================
--- trunk/grub2/conf/sparc64-ieee1275.rmk 2009-05-04 16:16:03 UTC (rev
2176)
+++ trunk/grub2/conf/sparc64-ieee1275.rmk 2009-05-04 17:49:57 UTC (rev
2177)
@@ -112,16 +112,18 @@
io/gzio.c \
kern/device.c kern/disk.c kern/dl.c kern/elf.c kern/env.c \
kern/err.c kern/file.c kern/fs.c kern/loader.c kern/main.c \
- kern/misc.c kern/parser.c kern/partition.c kern/rescue.c \
+ kern/misc.c kern/parser.c kern/partition.c kern/reader.c \
+ kern/rescue_reader.c kern/rescue_parser.c
kern/term.c fs/fshelp.c \
kern/list.c kern/handler.c \
- lib/arg.c normal/cmdline.c normal/command.c \
- normal/completion.c normal/execute.c \
- normal/function.c normal/lexer.c normal/main.c normal/menu.c \
+ lib/arg.c normal/cmdline.c \
+ normal/completion.c \
+ normal/main.c normal/menu.c \
normal/menu_text.c \
normal/menu_entry.c normal/menu_viewer.c normal/misc.c \
- normal/script.c \
normal/color.c \
+ script/sh/main.c script/sh/execute.c script/sh/function.c \
+ script/sh/lexer.c script/sh/script.c \
partmap/amiga.c partmap/apple.c partmap/pc.c partmap/sun.c \
partmap/acorn.c \
util/console.c util/hostfs.c util/grub-emu.c util/misc.c \
Modified: trunk/grub2/conf/x86_64-efi.rmk
===================================================================
--- trunk/grub2/conf/x86_64-efi.rmk 2009-05-04 16:16:03 UTC (rev 2176)
+++ trunk/grub2/conf/x86_64-efi.rmk 2009-05-04 17:49:57 UTC (rev 2177)
@@ -47,17 +47,17 @@
io/gzio.c \
kern/device.c kern/disk.c kern/dl.c kern/elf.c kern/env.c \
kern/err.c kern/list.c kern/handler.c \
- kern/command.c kern/corecmd.c commands/extcmd.c \
- normal/execute.c kern/file.c kern/fs.c normal/lexer.c \
- commands/boot.c kern/main.c kern/misc.c kern/parser.c \
- grub_script.tab.c kern/partition.c kern/rescue.c kern/term.c \
- lib/arg.c normal/cmdline.c normal/command.c normal/function.c\
+ kern/command.c kern/corecmd.c commands/extcmd.c kern/file.c \
+ kern/fs.c commands/boot.c kern/main.c kern/misc.c kern/parser.c \
+ kern/partition.c kern/readerescue.c kern/term.c \
+ lib/arg.c normal/cmdline.c normal/misc.c normal/autofs.c \
normal/completion.c normal/datetime.c normal/context.c \
normal/main.c \
normal/menu.c normal/menu_entry.c normal/menu_viewer.c \
normal/menu_text.c \
- normal/misc.c normal/script.c \
normal/color.c \
+ script/sh/main.c script/sh/execute.c script/sh/function.c \
+ script/sh/lexer.c script/sh/script.c grub_script.tab.c \
partmap/amiga.c partmap/apple.c partmap/pc.c partmap/sun.c \
partmap/acorn.c partmap/gpt.c \
util/console.c util/hostfs.c util/grub-emu.c util/misc.c \
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [2177] 2009-05-04 Felix Zielcke <address@hidden>,
Felix Zielcke <=