* Makefile.am (multiboot.elf): Add -Wl,--build-id=none.

(kfreebsd.elf): Likewise.
	(pc-chainloader.elf): Likewise.
	(ntldr.elf): Likewise.
This commit is contained in:
Vladimir 'phcoder' Serbinenko 2011-04-16 17:24:47 +02:00
parent 50d2cc5ae5
commit 9ac718b061
2 changed files with 12 additions and 5 deletions

View file

@ -1,3 +1,10 @@
2011-04-17 Vladimir Serbinenko <phcoder@gmail.com>
* Makefile.am (multiboot.elf): Add -Wl,--build-id=none.
(kfreebsd.elf): Likewise.
(pc-chainloader.elf): Likewise.
(ntldr.elf): Likewise.
2011-04-17 Vladimir Serbinenko <phcoder@gmail.com>
Identify RAID by its UUID rather than (guessed) name.