Re: [dev] getting rid of cmake builds

From: Roberto E. Vargas Caballero <k0ga_AT_shike2.com>
Date: Fri, 22 Sep 2023 18:57:33 +0200

Hi,

On Fri, Sep 22, 2023 at 05:08:15PM +0200, Mattias Andrée wrote:
>
> You can used make to run ./configure automatically, all you need to do is simply
> rename Makefile to makefile.in, let ./configure run `ln -s makefile.in makefile`
> and create a new file named Makefile containing:
>
> .POSIX:
> .DEFAULT:
> ./configure
> $(MAKE) -f makefile $_AT_

I used this technique in scc at the beginning (in my case for inclusion
dependencies, not for configurE), but it was a bit confusing for people
and then I switched it to other solution that I think is worse. Maybe
it is time to go back and use this solution again.

Regards,
Received on Fri Sep 22 2023 - 18:57:33 CEST

This archive was generated by hypermail 2.3.0 : Fri Sep 22 2023 - 19:00:09 CEST