mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-28 21:56:31 +00:00
make: drop gnumake/gmake aliases for host-make
Now that glibc no longer checks for gnumake / gmake, these aliases can be removed. Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
fb80f71d94
commit
143241e0a5
@ -23,15 +23,5 @@ endif
|
|||||||
HOST_MAKE_DEPENDENCIES = host-pkgconf
|
HOST_MAKE_DEPENDENCIES = host-pkgconf
|
||||||
HOST_MAKE_CONF_OPTS = --without-guile
|
HOST_MAKE_CONF_OPTS = --without-guile
|
||||||
|
|
||||||
# Some packages, like glibc, are looking for gnumake or gmake before
|
|
||||||
# make program.
|
|
||||||
# Create these symlink to use make binary generated by Buildroot for
|
|
||||||
# the host.
|
|
||||||
define HOST_MAKE_INSTALL_GNUMAKE
|
|
||||||
ln -fs make $(HOST_DIR)/bin/gnumake
|
|
||||||
ln -fs make $(HOST_DIR)/bin/gmake
|
|
||||||
endef
|
|
||||||
HOST_MAKE_POST_INSTALL_HOOKS += HOST_MAKE_INSTALL_GNUMAKE
|
|
||||||
|
|
||||||
$(eval $(autotools-package))
|
$(eval $(autotools-package))
|
||||||
$(eval $(host-autotools-package))
|
$(eval $(host-autotools-package))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user