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 11% Unix programming in C
2- % (c) 1999-2018 , Martin Beran, Jan Pechanec, Vladimir Kotal
2+ % (c) 1999-2019 , Martin Beran, Jan Pechanec, Vladimir Kotal
33
44% (janp) notes
55%
Original file line number Diff line number Diff line change 1616% \accent23o{u} - krouzek nad u samozrejme
1717
1818\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}\\
2121{\small (c) 1999 -- 2004 Martin Beran}
2222
2323\vspace {2ex}
11281128\item \makebox [4cm][l]{line continuation:}
11291129\texttt {\emph {line-begin } }\verb #\ #\\
11301130\makebox [4cm][l]{~} \texttt {\emph {line-continuation } }
1131+
11311132\end {itemize }
11321133\end {slide }
11331134
11771178 -false
11781179 echo "OK"
11791180\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.
11801183\end {itemize }
11811184
11821185% %%%%
12011204
12021205\begin {itemize }
12031206\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 }.
12051210\item You cannot define a macro recursively, see
12061211\example {basic-utils/Makefile05}:
12071212
You can’t perform that action at this time.
0 commit comments