* conf/Makefile.common (platform_SCRIPTS): New variable.

(platform_PROGRAMS): Likewise.
	* gentpl.py: Mark *,module and *.image for install.
	* grub-core/gdb_grub.in: Add a notice of expected environment.
	* grub-core/Makefile.core.def (gdb_grub): Mark for install.
	(gmodule.pl): Likewise.
This commit is contained in:
Vladimir 'phcoder' Serbinenko 2012-02-18 20:25:11 +01:00
parent a8f16eab1a
commit 80a7121355
5 changed files with 19 additions and 5 deletions

View file

@ -1,3 +1,12 @@
2012-02-18 Vladimir Serbinenko <phcoder@gmail.com>
* conf/Makefile.common (platform_SCRIPTS): New variable.
(platform_PROGRAMS): Likewise.
* gentpl.py: Mark *,module and *.image for install.
* grub-core/gdb_grub.in: Add a notice of expected environment.
* grub-core/Makefile.core.def (gdb_grub): Mark for install.
(gmodule.pl): Likewise.
2012-02-18 Vladimir Serbinenko <phcoder@gmail.com>
Replace grub_checkkey with grub_getkey_noblock.