]> git.ipfire.org Git - thirdparty/qemu.git/commit - Makefile
build-sys: introduce install-prog macro to install&strip binaries and use it
authorMichael Tokarev <mjt@tls.msk.ru>
Sun, 22 Jun 2014 06:55:23 +0000 (10:55 +0400)
committerMichael Tokarev <mjt@tls.msk.ru>
Tue, 24 Jun 2014 16:01:24 +0000 (20:01 +0400)
commit0d65942611263a37f79bc0522bf77bedbdf9ed20
treef5fb489f3bff8d9e0305e2bc34d1b6333cf79ae5
parent4196dca63b881d85fc3c1e41da0ef22e0bc18d37
build-sys: introduce install-prog macro to install&strip binaries and use it

Use common rule (macro) to install and strip binaries, and use
it in all places where we install binaries, instead of fixing
bugs like 1319493 in every place.
(This fixes https://bugs.launchpad.net/bugs/1319493)

Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Makefile
Makefile.target
rules.mak