2008-01-27 Robert Millan <rmh@aybabtu.com>
Fix parallel builds with grub-emu. Based on earlier commit for grub-probe and grub-setup. * conf/i386-pc.rmk (grub-emu_DEPENDENCIES): Renamed to ... (util/grub-emu.c_DEPENDENCIES): ... this. * conf/i386-efi.rmk (grub-emu_DEPENDENCIES): Renamed to ... (util/grub-emu.c_DEPENDENCIES): ... this. * conf/i386-linuxbios.rmk (grub-emu_DEPENDENCIES): Renamed to ... (util/grub-emu.c_DEPENDENCIES): ... this. * conf/i386-ieee1275.rmk (grub-emu_DEPENDENCIES): Renamed to ... (util/grub-emu.c_DEPENDENCIES): ... this. * conf/powerpc-ieee1275.rmk (grub-emu_DEPENDENCIES): Renamed to ... (util/grub-emu.c_DEPENDENCIES): ... this.
This commit is contained in:
parent
3f51de772d
commit
f75172d9e7
11 changed files with 26 additions and 10 deletions
16
ChangeLog
16
ChangeLog
|
@ -1,3 +1,19 @@
|
|||
2008-01-27 Robert Millan <rmh@aybabtu.com>
|
||||
|
||||
Fix parallel builds with grub-emu. Based on earlier commit for
|
||||
grub-probe and grub-setup.
|
||||
|
||||
* conf/i386-pc.rmk (grub-emu_DEPENDENCIES): Renamed to ...
|
||||
(util/grub-emu.c_DEPENDENCIES): ... this.
|
||||
* conf/i386-efi.rmk (grub-emu_DEPENDENCIES): Renamed to ...
|
||||
(util/grub-emu.c_DEPENDENCIES): ... this.
|
||||
* conf/i386-linuxbios.rmk (grub-emu_DEPENDENCIES): Renamed to ...
|
||||
(util/grub-emu.c_DEPENDENCIES): ... this.
|
||||
* conf/i386-ieee1275.rmk (grub-emu_DEPENDENCIES): Renamed to ...
|
||||
(util/grub-emu.c_DEPENDENCIES): ... this.
|
||||
* conf/powerpc-ieee1275.rmk (grub-emu_DEPENDENCIES): Renamed to ...
|
||||
(util/grub-emu.c_DEPENDENCIES): ... this.
|
||||
|
||||
2008-01-27 Pavel Roskin <proski@gnu.org>
|
||||
|
||||
* include/grub/powerpc/ieee1275/kernel.h: Introduce GRUB_MOD_GAP
|
||||
|
|
|
@ -226,7 +226,7 @@ grub_probe-grub_probe_init.o: grub_probe_init.c $(grub_probe_init.c_DEPENDENCIES
|
|||
|
||||
|
||||
# For grub-emu.
|
||||
grub_emu_DEPENDENCIES = grub_script.tab.c grub_script.tab.h \
|
||||
util/grub-emu.c_DEPENDENCIES = grub_script.tab.c grub_script.tab.h \
|
||||
grub_emu_init.h
|
||||
grub_emu_SOURCES = commands/boot.c commands/cat.c commands/cmp.c \
|
||||
commands/configfile.c commands/help.c \
|
||||
|
|
|
@ -44,7 +44,7 @@ grub_probe_SOURCES = util/grub-probe.c \
|
|||
disk/lvm.c disk/raid.c grub_probe_init.c
|
||||
|
||||
# For grub-emu.
|
||||
grub_emu_DEPENDENCIES = grub_script.tab.c grub_script.tab.h \
|
||||
util/grub-emu.c_DEPENDENCIES = grub_script.tab.c grub_script.tab.h \
|
||||
grub_emu_init.h
|
||||
grub_emu_SOURCES = commands/boot.c commands/cat.c commands/cmp.c \
|
||||
commands/configfile.c commands/help.c \
|
||||
|
|
|
@ -362,7 +362,7 @@ grub_probe-grub_probe_init.o: grub_probe_init.c $(grub_probe_init.c_DEPENDENCIES
|
|||
|
||||
|
||||
# For grub-emu.
|
||||
grub_emu_DEPENDENCIES = grub_script.tab.c grub_script.tab.h \
|
||||
util/grub-emu.c_DEPENDENCIES = grub_script.tab.c grub_script.tab.h \
|
||||
grub_emu_init.h
|
||||
grub_emu_SOURCES = commands/boot.c commands/cat.c commands/cmp.c \
|
||||
commands/configfile.c commands/echo.c commands/help.c \
|
||||
|
|
|
@ -70,7 +70,7 @@ grub_probe_SOURCES = util/grub-probe.c \
|
|||
disk/lvm.c disk/raid.c grub_probe_init.c
|
||||
|
||||
# For grub-emu.
|
||||
grub_emu_DEPENDENCIES = grub_script.tab.c grub_script.tab.h \
|
||||
util/grub-emu.c_DEPENDENCIES = grub_script.tab.c grub_script.tab.h \
|
||||
grub_emu_init.h
|
||||
grub_emu_SOURCES = commands/boot.c commands/cat.c commands/cmp.c \
|
||||
commands/configfile.c commands/echo.c commands/help.c \
|
||||
|
|
|
@ -348,7 +348,7 @@ grub_probe-grub_probe_init.o: grub_probe_init.c $(grub_probe_init.c_DEPENDENCIES
|
|||
|
||||
|
||||
# For grub-emu.
|
||||
grub_emu_DEPENDENCIES = grub_script.tab.c grub_script.tab.h \
|
||||
util/grub-emu.c_DEPENDENCIES = grub_script.tab.c grub_script.tab.h \
|
||||
grub_emu_init.h
|
||||
grub_emu_SOURCES = commands/boot.c commands/cat.c commands/cmp.c \
|
||||
commands/configfile.c commands/echo.c commands/help.c \
|
||||
|
|
|
@ -68,7 +68,7 @@ grub_probe_SOURCES = util/grub-probe.c \
|
|||
disk/lvm.c disk/raid.c grub_probe_init.c
|
||||
|
||||
# For grub-emu.
|
||||
grub_emu_DEPENDENCIES = grub_script.tab.c grub_script.tab.h \
|
||||
util/grub-emu.c_DEPENDENCIES = grub_script.tab.c grub_script.tab.h \
|
||||
grub_emu_init.h
|
||||
grub_emu_SOURCES = commands/boot.c commands/cat.c commands/cmp.c \
|
||||
commands/configfile.c commands/echo.c commands/help.c \
|
||||
|
|
|
@ -569,7 +569,7 @@ grub_probe-grub_probe_init.o: grub_probe_init.c $(grub_probe_init.c_DEPENDENCIES
|
|||
|
||||
|
||||
# For grub-emu.
|
||||
grub_emu_DEPENDENCIES = grub_script.tab.c grub_script.tab.h \
|
||||
util/grub-emu.c_DEPENDENCIES = grub_script.tab.c grub_script.tab.h \
|
||||
grub_emu_init.h
|
||||
grub_emu_SOURCES = commands/boot.c commands/cat.c commands/cmp.c \
|
||||
commands/configfile.c commands/echo.c commands/help.c \
|
||||
|
|
|
@ -104,7 +104,7 @@ grub_probe_SOURCES = util/grub-probe.c \
|
|||
disk/lvm.c disk/raid.c grub_probe_init.c
|
||||
|
||||
# For grub-emu.
|
||||
grub_emu_DEPENDENCIES = grub_script.tab.c grub_script.tab.h \
|
||||
util/grub-emu.c_DEPENDENCIES = grub_script.tab.c grub_script.tab.h \
|
||||
grub_emu_init.h
|
||||
grub_emu_SOURCES = commands/boot.c commands/cat.c commands/cmp.c \
|
||||
commands/configfile.c commands/echo.c commands/help.c \
|
||||
|
|
|
@ -238,7 +238,7 @@ grub_probe-grub_probe_init.o: grub_probe_init.c $(grub_probe_init.c_DEPENDENCIES
|
|||
|
||||
|
||||
# For grub-emu
|
||||
grub_emu_DEPENDENCIES = grub_script.tab.c grub_script.tab.h \
|
||||
util/grub-emu.c_DEPENDENCIES = grub_script.tab.c grub_script.tab.h \
|
||||
grub_emu_init.h
|
||||
grub_emu_SOURCES = commands/boot.c commands/cat.c commands/cmp.c \
|
||||
commands/configfile.c commands/help.c \
|
||||
|
|
|
@ -56,7 +56,7 @@ grub_probe_SOURCES = util/grub-probe.c \
|
|||
disk/lvm.c disk/raid.c grub_probe_init.c
|
||||
|
||||
# For grub-emu
|
||||
grub_emu_DEPENDENCIES = grub_script.tab.c grub_script.tab.h \
|
||||
util/grub-emu.c_DEPENDENCIES = grub_script.tab.c grub_script.tab.h \
|
||||
grub_emu_init.h
|
||||
grub_emu_SOURCES = commands/boot.c commands/cat.c commands/cmp.c \
|
||||
commands/configfile.c commands/help.c \
|
||||
|
|
Loading…
Reference in a new issue