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)
commit7c94fda85f902354582d307107895ad83eadc710
tree4b22b94f76c013c9cb9347197b13f9683ae8392e
parent9d28effef868e85d0ba3293d783a56e9873f933c
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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12246 3c298f89-4303-0410-b956-a3cf2f4a3e73
scripts/feeds