]> git.ipfire.org Git - thirdparty/grub.git/commit
Avoid false positives in fs.lst, partmap.lst, and video.lst due to
authorColin Watson <cjwatson@ubuntu.com>
Sat, 12 Jun 2010 13:33:09 +0000 (14:33 +0100)
committerColin Watson <cjwatson@ubuntu.com>
Sat, 12 Jun 2010 13:33:09 +0000 (14:33 +0100)
commit7beac90c5f2a1b8af2e17b7922e0cdf7968046b1
tree4e201136b5b5f500503cd420a88735368b0fdcef
parent1c8f0f8d11bb69b18501793f8c29c62644c0460c
Avoid false positives in fs.lst, partmap.lst, and video.lst due to
prototype declarations.
* genmk.rb (PModule::rule): Define GRUB_LST_GENERATOR when
generating fs, partmap, and video lists.
* include/grub/fs.h (grub_fs_register): Omit prototype if
GRUB_LST_GENERATOR is defined.
* include/grub/partition.h (grub_partition_map_register): Likewise.
* include/grub/video.h (grub_video_register): Likewise.
ChangeLog
genmk.rb
include/grub/fs.h
include/grub/partition.h
include/grub/video.h