]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/qemu-xen-traditional.git/commit
qemu-traditional: do not strip binaries during make install
authorOlaf Hering <olaf@aepfle.de>
Tue, 15 Oct 2013 09:42:26 +0000 (11:42 +0200)
committerIan Jackson <Ian.Jackson@eu.citrix.com>
Tue, 15 Oct 2013 14:42:16 +0000 (15:42 +0100)
commit18a08a23da88863435d56a0b14ff72013ef3b003
treef2c28f685e3627b1ae2c29067c44b0b49e5ea89f
parent84411871262363200e70fa087d7b21647091a450
qemu-traditional: do not strip binaries during make install

It is wrong to strip code during make install, unless explicit
requested. Introduce a new variable INSTALL_PROG and use it along with
an optional STRIP_OPT where currently install -s -m 755 is used.
This is what upstream qemu offers in version 1.6.

Signed-off-by: Olaf Hering <olaf@aepfle.de>
Makefile
Makefile.target
configure