Sujet : Re: Rationale for aligning data on even bytes in a Unix shell file?
De : ldo (at) *nospam* nz.invalid (Lawrence D'Oliveiro)
Groupes : comp.lang.cDate : 01. May 2025, 00:56:40
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <vuudbo$1ajpm$7@dont-email.me>
References : 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
User-Agent : Pan/0.162 (Pokrosvk)
On Wed, 30 Apr 2025 12:38:53 -0000 (UTC), Muttley wrote:
Its certainly not a scheme I'd use, but I've also seen Makefile and
makefile in the same package build directory in the past.
The GNU “make” command, specified without a filename, looks for
“GNUmakefile”, then “Makefile”, then “makefile”. The man page
<
https://manpages.debian.org/make(1)> says:
We recommend Makefile because it appears prominently near the
beginning of a directory listing, right near other important files
such as README.
But is this still true for most people? I think the default sort
settings these days no longer put all-caps names at the top.