commit | 0d65942611263a37f79bc0522bf77bedbdf9ed20 | [log] [tgz] |
---|---|---|
author | Michael Tokarev <mjt@tls.msk.ru> | Sun Jun 22 10:55:23 2014 +0400 |
committer | Michael Tokarev <mjt@tls.msk.ru> | Tue Jun 24 20:01:24 2014 +0400 |
tree | f5fb489f3bff8d9e0305e2bc34d1b6333cf79ae5 | |
parent | 4196dca63b881d85fc3c1e41da0ef22e0bc18d37 [diff] |
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>