2010-01-18 Robert Millan <rmh.grub@aybabtu.com>
* include/grub/term.h (grub_term_register_input, grub_term_register_output): Check return of terminal init() routines, and abort if errors are raised. * commands/terminal.c: Update copyright year.
This commit is contained in:
parent
905c7ca691
commit
41f683d456
2 changed files with 10 additions and 2 deletions
|
@ -1,3 +1,10 @@
|
|||
2010-01-18 Robert Millan <rmh.grub@aybabtu.com>
|
||||
|
||||
Fix parallel builds.
|
||||
|
||||
* conf/common.rmk (font/font.c_DEPENDENCIES): New variable (makes
|
||||
font.c depend on ascii.h).
|
||||
|
||||
2010-01-12 Carles Pina i Estany <carles@pina.cat>
|
||||
|
||||
* Makefile.in (DUSE_ASCII_FAILBACK): New macro.
|
||||
|
|
|
@ -600,7 +600,7 @@ sh_mod_LDFLAGS = $(COMMON_LDFLAGS)
|
|||
|
||||
# Common Video Subsystem specific modules.
|
||||
pkglib_MODULES += video.mod videotest.mod bitmap.mod tga.mod jpeg.mod \
|
||||
png.mod font.mod gfxterm.mod video_fb.mod
|
||||
png.mod gfxterm.mod video_fb.mod
|
||||
|
||||
# For video.mod.
|
||||
video_mod_SOURCES = video/video.c
|
||||
|
@ -637,7 +637,8 @@ png_mod_SOURCES = video/readers/png.c
|
|||
png_mod_CFLAGS = $(COMMON_CFLAGS)
|
||||
png_mod_LDFLAGS = $(COMMON_LDFLAGS)
|
||||
|
||||
# For font.mod.
|
||||
pkglib_MODULES += font.mod
|
||||
font/font.c_DEPENDENCIES = ascii.h
|
||||
font_mod_SOURCES = font/font_cmd.c font/font.c
|
||||
font_mod_CFLAGS = $(COMMON_CFLAGS)
|
||||
font_mod_LDFLAGS = $(COMMON_LDFLAGS)
|
||||
|
|
Loading…
Reference in a new issue