File tree Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 1
1
% Unix programming in C
2
- % (c) 1999-2018 , Martin Beran, Jan Pechanec, Vladimir Kotal
2
+ % (c) 1999-2019 , Martin Beran, Jan Pechanec, Vladimir Kotal
3
3
4
4
% (janp) notes
5
5
%
Original file line number Diff line number Diff line change 16
16
% \accent23o{u} - krouzek nad u samozrejme
17
17
18
18
\vspace {2ex}
19
- {\small (c) 2011 -- 2018 Vladim\' {i}r Kotal}\\
20
- {\small (c) 2005 -- 2011, 2016 -- 2018 Jan Pechanec}\\
19
+ {\small (c) 2011 -- 2019 Vladim\' {i}r Kotal}\\
20
+ {\small (c) 2005 -- 2011, 2016 -- 2019 Jan Pechanec}\\
21
21
{\small (c) 1999 -- 2004 Martin Beran}
22
22
23
23
\vspace {2ex}
1128
1128
\item \makebox [4cm][l]{line continuation:}
1129
1129
\texttt {\emph {line-begin } }\verb #\ #\\
1130
1130
\makebox [4cm][l]{~} \texttt {\emph {line-continuation } }
1131
+
1131
1132
\end {itemize }
1132
1133
\end {slide }
1133
1134
1177
1178
-false
1178
1179
echo "OK"
1179
1180
\end {verbatim }
1181
+ \item You can start building from a specific target: \texttt {make <target> }. If
1182
+ there is no target argument, the first target in the makefile is assumed.
1180
1183
\end {itemize }
1181
1184
1182
1185
% %%%%
1201
1204
1202
1205
\begin {itemize }
1203
1206
\item If a macro is defined multiple times, the last definition rules, you can
1204
- see an example in \example {basic-utils/Makefile03}.
1207
+ see an example in \example {basic-utils/Makefile03}. The definition on the
1208
+ command line goes after any definition in the Makefile. Try \texttt {make -f
1209
+ Makefile03 D=4 }.
1205
1210
\item You cannot define a macro recursively, see
1206
1211
\example {basic-utils/Makefile05}:
1207
1212
You can’t perform that action at this time.
0 commit comments