Re: [PATCH] [src] usr.bin/make/PSD.doc/tutorial.ms - fix order: makefile -> Makefile

2022-03-02 Thread Jason McIntyre
On Wed, Feb 23, 2022 at 01:57:22PM +, Jason McIntyre wrote:
> On Wed, Feb 23, 2022 at 11:09:44AM +, Raf Czlonka wrote:
> > Hello,
> > 
> > Pretty straightforward, 'makefile' comes before 'Makefile'.
> > 
> > Regards,
> > 
> > Raf
> > 
> 
> yep, ok.
> jmc
> 

sorry for the mix up! committed now, thanks.
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.ms2 Nov 2007 17:27:24 -   
> > 1.13
> > +++ usr.bin/make/PSD.doc/tutorial.ms23 Feb 2022 11:07:46 -
> > @@ -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
> > 



Re: [PATCH] [src] usr.bin/make/PSD.doc/tutorial.ms - fix order: makefile -> Makefile

2022-03-02 Thread Raf Czlonka
Anyone?

On Wed, Feb 23, 2022 at 01:57:22PM GMT, Jason McIntyre wrote:
> On Wed, Feb 23, 2022 at 11:09:44AM +, 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.ms2 Nov 2007 17:27:24 -   
> > 1.13
> > +++ usr.bin/make/PSD.doc/tutorial.ms23 Feb 2022 11:07:46 -
> > @@ -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
> > 
> 



Re: [PATCH] [src] usr.bin/make/PSD.doc/tutorial.ms - fix order: makefile -> Makefile

2022-02-23 Thread Jason McIntyre
On Wed, Feb 23, 2022 at 11:09:44AM +, 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 -   1.13
> +++ usr.bin/make/PSD.doc/tutorial.ms  23 Feb 2022 11:07:46 -
> @@ -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
> 



[PATCH] [src] usr.bin/make/PSD.doc/tutorial.ms - fix order: makefile -> Makefile

2022-02-23 Thread Raf Czlonka
Hello,

Pretty straightforward, 'makefile' comes before 'Makefile'.

Regards,

Raf

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.ms2 Nov 2007 17:27:24 -   1.13
+++ usr.bin/make/PSD.doc/tutorial.ms23 Feb 2022 11:07:46 -
@@ -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