Merged in AOSP: http://android.git.kernel.org/?p=toolchain/build.git;a=commit;h=7ee395d10100fc9ed2c03c49b949033600082a4f
On 27 May 2011 01:29, Jim Huang <jim.hu...@linaro.org> wrote: > While executing target install-host-libbfd, the build system complains: > > make -C libbfd-binutils-2.20.1/bfd install \ > bfdlibdir=/tmp/android-toolchain-eabi/lib > bfdincludedir=/tmp/android-toolchain-eabi/include && \ -m 644 > libbfd-binutils-2.20.1/intl/libintl.a \ /tmp/android-toolchain-eabi/lib > && \ -m 644 libbfd-binutils-2.20.1/libiberty/libiberty.a \ > /tmp/android-toolchain-eabi/lib > > /bin/sh: line 2: -m: command not found > > The problem was caused by undefined $(INSTALL). The patch attempts to > configure `install' program by autotool in order to set $(INSTALL) > properly and replace $(INSTALL) -m 644 with multi-platform friendly > $(INSTALL_DATA). > > Code Review: > https://review.source.android.com/#change,23179 _______________________________________________ linaro-dev mailing list linaro-dev@lists.linaro.org http://lists.linaro.org/mailman/listinfo/linaro-dev