On Fri, 2021-01-01 at 11:02 -0500, Alfred M. Szmidt wrote:
> Is there some way of detecting or specifying that a Makefile is GNU
> make specific? I'm kinda thinking of something similar to the
> .POSIX directive.
>
> I'm in a situation where got a bunch of Makefiles, some BSD makefile,
> some GNU
> Is there some way of detecting or specifying that a Makefile is GNU
> make specific?
Name the file GNUmakefile?
Hard to rename other peoples stuff.
> From: "Alfred M. Szmidt"
> Date: Fri, 01 Jan 2021 11:02:22 -0500
>
> Is there some way of detecting or specifying that a Makefile is GNU
> make specific?
Name the file GNUmakefile?