* grub-core/commands/search_file.c (SEARCH_TARGET): Remove obsolete

macro.
	* grub-core/commands/search_label.c (SEARCH_TARGET): Likewise.
	* grub-core/commands/search_uuid.c (SEARCH_TARGET): Likewise.
This commit is contained in:
Vladimir 'phcoder' Serbinenko 2012-02-03 11:46:18 +01:00
parent a32d5c712d
commit f7c71e68b5
4 changed files with 7 additions and 3 deletions

View file

@ -1,3 +1,10 @@
2012-02-03 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/commands/search_file.c (SEARCH_TARGET): Remove obsolete
macro.
* grub-core/commands/search_label.c (SEARCH_TARGET): Likewise.
* grub-core/commands/search_uuid.c (SEARCH_TARGET): Likewise.
2012-02-03 Vladimir Serbinenko <phcoder@gmail.com>
* util/grub-mkstandalone.in: Fix help messages. Gettextize.