autotargets: don't use install-strip
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Tue, 7 Sep 2010 22:37:06 +0000 (00:37 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Mon, 27 Sep 2010 13:24:39 +0000 (15:24 +0200)
commit55ade5c7964e15f9b1eba061ab840cc4c25e4e37
tree1c0963535a16ee58dfbc4579c4374eafa531df79
parentfa0d2d142ce827736881ba52ba1bfa0c6bce9122
autotargets: don't use install-strip

Many packages using the AUTOTARGETS infrastructure do not support the
install-strip target. Moreover, we are already stripping all binary
files in the $(TARGET_DIR) anyway, so using install-strip is a bit
useless.

So, we use "make install" in all cases, and let Buildroot do the
stripping of the binaries if BR2_ENABLE_DEBUG is not set.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/Makefile.autotools.in