Date: Thu, 10 Feb 2022 21:43:36 +0100 From: Christian Weisgerber <naddy@mips.inka.de> To: Markus Hoenicka <markus.hoenicka@mhoenicka.de> Cc: freebsd-questions@freebsd.org Subject: Re: gmake calls make in SUBDIRS Message-ID: <YgV4%2BOoUJhJvMbKi@lorvorc.mips.inka.de> In-Reply-To: <575c5ec81196a70b2027f838fe79da78@mhoenicka.de> References: <72e6c66349485327c07ed2500dd17959@mhoenicka.de> <575c5ec81196a70b2027f838fe79da78@mhoenicka.de>
next in thread | previous in thread | raw e-mail | index | archive | help
Markus Hoenicka: > I think I've sorted out the problem. Turns out it is crucial to set > MAKE=gmake when running ./configure. This makes sure that gmake will be > used in the subdirs: I don't see why this would be required. MAKE is set automatically by the respective make command to itself. $ cat Makefile all: @echo $(MAKE) $ make make $ gmake gmake -- Christian "naddy" Weisgerber naddy@mips.inka.de
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?YgV4%2BOoUJhJvMbKi>