From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter Korsgaard Date: Mon, 19 Nov 2018 17:25:14 +0100 Subject: [Buildroot] [PATCH v3 2/3] make: drop gnumake/gmake aliases for host-make In-Reply-To: <20181119162515.20360-1-peter@korsgaard.com> References: <20181119162515.20360-1-peter@korsgaard.com> Message-ID: <20181119162515.20360-2-peter@korsgaard.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net Now that glibc no longer checks for gnumake / gmake, these aliases can be removed. Signed-off-by: Peter Korsgaard --- v3: No changes v2: No changes package/make/make.mk | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/package/make/make.mk b/package/make/make.mk index 790391c76e..1471576850 100644 --- a/package/make/make.mk +++ b/package/make/make.mk @@ -23,15 +23,5 @@ endif HOST_MAKE_DEPENDENCIES = host-pkgconf 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 $(host-autotools-package)) -- 2.11.0