Re: [Qemu-devel] [PATCH 1/1] Makefile: Correct path in stripping tool binaries

2014-06-04 Thread Peter Maydell
On 4 June 2014 02:37, Sam Bobroff wrote: > Allow "make install" to handle tool binaries that reside in > sub-directories. > > Without this patch "make install" will fail if it needs to strip > a tool binary (e.g. debugging is not enabled) that is installed > from a subdirectory. An example is fsde

[Qemu-devel] [PATCH 1/1] Makefile: Correct path in stripping tool binaries

2014-06-03 Thread Sam Bobroff
Allow "make install" to handle tool binaries that reside in sub-directories. Without this patch "make install" will fail if it needs to strip a tool binary (e.g. debugging is not enabled) that is installed from a subdirectory. An example is fsdev/virtfs-proxy-helper. Signed-off-by: Sam Bobroff -