Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 4 Jan 2021 13:47:11 +0100
From:      =?UTF-8?Q?Fernando_Apestegu=C3=ADa?= <fernando.apesteguia@gmail.com>
To:        Nuno Teixeira <ed.arrakis@gmail.com>
Cc:        FreeBSD Mailing List <freebsd-ports@freebsd.org>
Subject:   Re: gmake can't find GNUmakefile, only Makefile?
Message-ID:  <CAGwOe2Z6MuVMFtZsymzkQhqggaYw_5XTtLgAjigVqTBeLT4nfw@mail.gmail.com>
In-Reply-To: <CAFDf7UJOzUc-Wxy4AwrbOLc-pCrQuED103RyOf9ru2ij0P1LRw@mail.gmail.com>
References:  <CAFDf7UJOzUc-Wxy4AwrbOLc-pCrQuED103RyOf9ru2ij0P1LRw@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, Jan 4, 2021 at 1:45 PM Nuno Teixeira <ed.arrakis@gmail.com> wrote:

> Hello,
>
> I'm porting a c'++ program that  depends on gmake.
>
> upstream uses GNUmakefile instead of Makefile name.
>

Try:

MAKEFILE=      GNUmakefile


> Thats strange that gmake sees GNUmakefile when doing gmake in work/port but
> port itself fails with:
>
> ---
> gmake[2]: Entering directory
> '/usr/home/nunotex/Work/ports/cxxmatrix/work/port'
> gmake[2]: Makefile: No such file or directory
> gmake[2]: *** No rule to make target 'Makefile'.  Stop.
> gmake[2]: Leaving directory
> '/usr/home/nunotex/Work/ports/cxxmatrix/work/port'
> ===> Compilation failed unexpectedly.
> ---
>
> How do I tell gmake to find it?,
>
> Thanks,
>
> Nuno Teixeira
> _______________________________________________
> freebsd-ports@freebsd.org mailing list
> https://lists.freebsd.org/mailman/listinfo/freebsd-ports
> To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org"
>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAGwOe2Z6MuVMFtZsymzkQhqggaYw_5XTtLgAjigVqTBeLT4nfw>