* grub-core/genmod.sh.in: Strip before converting to ELF as strip

may not work with ELF.
This commit is contained in:
Vladimir Serbinenko 2013-12-16 13:18:48 +01:00
parent 4f979ccbf1
commit 23d2abc33c
2 changed files with 8 additions and 3 deletions

View file

@ -1,3 +1,8 @@
2013-12-16 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/genmod.sh.in: Strip before converting to ELF as strip
may not work with ELF.
2013-12-16 Vladimir Serbinenko <phcoder@gmail.com>
Use unix functions for temporary files and special files on cygwin.