From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1N527X-0002L1-1o for qemu-devel@nongnu.org; Mon, 02 Nov 2009 13:59:15 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N527S-0002JH-3n for qemu-devel@nongnu.org; Mon, 02 Nov 2009 13:59:14 -0500 Received: from [199.232.76.173] (port=35661 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N527R-0002JE-UX for qemu-devel@nongnu.org; Mon, 02 Nov 2009 13:59:09 -0500 Received: from moutng.kundenserver.de ([212.227.17.10]:60358) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1N527R-0003EO-9A for qemu-devel@nongnu.org; Mon, 02 Nov 2009 13:59:09 -0500 From: Stefan Weil Date: Mon, 2 Nov 2009 19:59:06 +0100 Message-Id: <1257188346-23735-1-git-send-email-weil@mail.berlios.de> Subject: [Qemu-devel] [PATCH] Makefile: Fix definition of pxe-*.bin blobs List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: QEMU Developers * Remove 2nd entry for pxe-pcnet.bin. This kind of error can be avoided by sorting entries. So all pxe-*.bin entries are now sorted alphabetically. * Rename pxe-eepro100.bin -> pxe-i82559er.bin. This change completes another patch which did the rename on the pxe image for i82559er. Signed-off-by: Stefan Weil --- Makefile | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index ae3532f..8df6051 100644 --- a/Makefile +++ b/Makefile @@ -253,8 +253,9 @@ common de-ch es fo fr-ca hu ja mk nl-be pt sl tr ifdef INSTALL_BLOBS BLOBS=bios.bin vgabios.bin vgabios-cirrus.bin ppc_rom.bin \ video.x openbios-sparc32 openbios-sparc64 openbios-ppc \ -pxe-ne2k_pci.bin pxe-rtl8139.bin pxe-pcnet.bin pxe-e1000.bin \ -pxe-virtio.bin pxe-eepro100.bin pxe-pcnet.bin \ +pxe-e1000.bin pxe-i82559er.bin \ +pxe-ne2k_pci.bin pxe-pcnet.bin \ +pxe-rtl8139.bin pxe-virtio.bin \ bamboo.dtb petalogix-s3adsp1800.dtb \ multiboot.bin else -- 1.5.6.5