scripts/feeds calls 'make' irrespective of the platform it is
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 8 Aug 2008 21:30:08 +0000 (21:30 +0000)
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 8 Aug 2008 21:30:08 +0000 (21:30 +0000)
commit822443a35ae092fdacd70843eba89ffa5145855a
tree4b22b94f76c013c9cb9347197b13f9683ae8392e
parent098b7bcc01b0f1ea14607222e104950d26fcd899
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