2008-04-02 Pavel Roskin <proski@gnu.org>

* genkernsyms.sh.in: Use more robust assignments for CC and
	srcdir.  Quote srcdir.
	* gensymlist.sh.in: Likewise.  Assert at the compile time that
	the symbol table is not empty.
This commit is contained in:
proski 2008-04-02 07:29:59 +00:00
parent ba7328dcba
commit 26887f221a
3 changed files with 14 additions and 6 deletions

View file

@ -1,5 +1,10 @@
2008-04-02 Pavel Roskin <proski@gnu.org>
* genkernsyms.sh.in: Use more robust assignments for CC and
srcdir. Quote srcdir.
* gensymlist.sh.in: Likewise. Assert at the compile time that
the symbol table is not empty.
* disk/raid.c (grub_raid_memberlist): Fix a signedness warning.
* fs/cpio.c (grub_cpio_read): Likewise.