Re: detecting if a Makefile is GNU make-ish

2021-01-01 Thread Paul Smith
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

Re: detecting if a Makefile is GNU make-ish

2021-01-01 Thread Alfred M. Szmidt
> 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.

Re: detecting if a Makefile is GNU make-ish

2021-01-01 Thread Eli Zaretskii
> 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?