View | Details | Raw Unified | Return to bug 15265 | Differences between
and this patch

Collapse All | Expand All

(-)src/usr.bin/make/make.1 (-3 / +3 lines)
Lines 690-696 Link Here
690
Logical
690
Logical
691
.Tn AND ;
691
.Tn AND ;
692
of higher precedence than
692
of higher precedence than
693
.Dq .
693
.Ql Ic || .
694
.El
694
.El
695
.Pp
695
.Pp
696
As in C,
696
As in C,
Lines 762-769 Link Here
762
Similarly, if the form is
762
Similarly, if the form is
763
.Ql Ic .ifmake
763
.Ql Ic .ifmake
764
or
764
or
765
.Ql Ic .ifnmake , the ``make''
765
.Ql Ic .ifnmake ,
766
expression is applied.
766
the ``make'' expression is applied.
767
.Pp
767
.Pp
768
If the conditional evaluates to true the parsing of the makefile continues
768
If the conditional evaluates to true the parsing of the makefile continues
769
as before.
769
as before.

Return to bug 15265