scripts/feeds calls 'make' irrespective of the platform it is
authorFlorian Fainelli <florian@openwrt.org>
Fri, 8 Aug 2008 21:30:08 +0000 (21:30 +0000)
committerFlorian Fainelli <florian@openwrt.org>
Fri, 8 Aug 2008 21:30:08 +0000 (21:30 +0000)
commit1b3f2c315a13ffe98c7afe407c3406937eab1cf7
tree4b22b94f76c013c9cb9347197b13f9683ae8392e
parent10a0382f23d1d456a3582fa62445cfded9968572
scripts/feeds calls 'make' irrespective of the platform it is
running on. The attached patch changes the code to use gmake
if available (which should cover non-linux platforms, and is
the same logic used to adapt other programs in include/host.mk) (#3867)

Signed-off-by: Luigi Rizzo <rizzo@iet.unipi.it>
SVN-Revision: 12246
scripts/feeds