Re: [Qemu-devel] [PATCH v1] Makefile: remove DESTDIR from firmware file content

2019-06-05 Thread Philippe Mathieu-Daudé
On 6/5/19 6:31 PM, Laszlo Ersek wrote: > On 06/05/19 16:46, Philippe Mathieu-Daudé wrote: >> [Odd, I'm pretty sure I replied to this last week but can't find it, so >> again] >> Cc'ing Laszlo since he wrote this. >> >> On 5/30/19 9:28 PM, Olaf Hering wrote: >>> The resulting firmware files should o

Re: [Qemu-devel] [PATCH v1] Makefile: remove DESTDIR from firmware file content

2019-06-05 Thread Laszlo Ersek
On 06/05/19 16:46, Philippe Mathieu-Daudé wrote: > [Odd, I'm pretty sure I replied to this last week but can't find it, so > again] > Cc'ing Laszlo since he wrote this. > > On 5/30/19 9:28 PM, Olaf Hering wrote: >> The resulting firmware files should only contain the runtime path. >> Fixes commit

Re: [Qemu-devel] [PATCH v1] Makefile: remove DESTDIR from firmware file content

2019-06-05 Thread Philippe Mathieu-Daudé
[Odd, I'm pretty sure I replied to this last week but can't find it, so again] Cc'ing Laszlo since he wrote this. On 5/30/19 9:28 PM, Olaf Hering wrote: > The resulting firmware files should only contain the runtime path. > Fixes commit 26ce90fde5c ("Makefile: install the edk2 firmware images > an

Re: [Qemu-devel] [PATCH v1] Makefile: remove DESTDIR from firmware file content

2019-06-05 Thread Daniel P . Berrangé
On Thu, May 30, 2019 at 09:28:11PM +0200, Olaf Hering wrote: > The resulting firmware files should only contain the runtime path. > Fixes commit 26ce90fde5c ("Makefile: install the edk2 firmware images > and their descriptors") > > Signed-off-by: Olaf Hering > --- > Makefile | 2 +- > 1 file cha

[Qemu-devel] [PATCH v1] Makefile: remove DESTDIR from firmware file content

2019-05-30 Thread Olaf Hering
The resulting firmware files should only contain the runtime path. Fixes commit 26ce90fde5c ("Makefile: install the edk2 firmware images and their descriptors") Signed-off-by: Olaf Hering --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f