On Wed, Feb 23, 2022 at 11:09:44AM +0000, Raf Czlonka wrote:
> Hello,
> 
> Pretty straightforward, 'makefile' comes before 'Makefile'.
> 
> Regards,
> 
> Raf
> 

yep, ok.
jmc

> Index: usr.bin/make/PSD.doc/tutorial.ms
> ===================================================================
> RCS file: /cvs/src/usr.bin/make/PSD.doc/tutorial.ms,v
> retrieving revision 1.13
> diff -u -p -r1.13 tutorial.ms
> --- usr.bin/make/PSD.doc/tutorial.ms  2 Nov 2007 17:27:24 -0000       1.13
> +++ usr.bin/make/PSD.doc/tutorial.ms  23 Feb 2022 11:07:46 -0000
> @@ -168,9 +168,9 @@ other files to be complete and b) what t
>  .Ix 0 def makefile
>  kept in the top-most directory of the system to be built. While you
>  can call the makefile anything you want, Make will look for
> -.CW Makefile
> -and
>  .CW makefile
> +and
> +.CW Makefile
>  (in that order) in the current directory if you don't tell it
>  otherwise.
>  .Ix 0 def makefile default
> @@ -1164,9 +1164,9 @@ of output.
>  .IP "\fB\-f\fP \fImakefile\fP"
>  .Ix 0 def flags -f
>  Specify a makefile to read different from the standard makefiles
> -.CW Makefile "\&" (
> +.CW makefile "\&" (
>  or
> -.CW makefile ).
> +.CW Makefile ).
>  .Ix 0 ref makefile default
>  .Ix 0 ref makefile other
>  If
> 

Reply via email to