glibc: ensure BR2_MAKE is also used for subdirs
authorPeter Korsgaard <peter@korsgaard.com>
Mon, 19 Nov 2018 16:25:13 +0000 (17:25 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Tue, 20 Nov 2018 07:17:34 +0000 (08:17 +0100)
commitfb80f71d9472f9067cc1560eb265355c06e82f60
tree1ebec39d706adc1e1b328420be0233934863dacb
parent00d63a153decb668d67547600ca9032de7205c8b
glibc: ensure BR2_MAKE is also used for subdirs

The configure script contains logic to figure out what make program to
invoke for subdirectories (trying gnumake, gmake, make).  Explicitly force
it to use our BR2_MAKE to ensure the right make version is used.

As GLIBC_CONF_ENV is only initialized below, move this section below it.

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/glibc/glibc.mk