diff options
author | Felix Fietkau <nbd@openwrt.org> | 2007-12-28 17:04:26 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2007-12-28 17:04:26 +0000 |
commit | 7e712d1170acb5ae176a3e6cae79da7910d13020 (patch) | |
tree | 3fdc93a4e1de3ff302cac7a25bffa00a9416d1ad /docs | |
parent | 59d7013d0cb06f8060b45d4b6195e442c383b30a (diff) | |
download | upstream-7e712d1170acb5ae176a3e6cae79da7910d13020.tar.gz upstream-7e712d1170acb5ae176a3e6cae79da7910d13020.tar.bz2 upstream-7e712d1170acb5ae176a3e6cae79da7910d13020.zip |
update target names
SVN-Revision: 9999
Diffstat (limited to 'docs')
-rw-r--r-- | docs/build.tex | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/build.tex b/docs/build.tex index 730451ede6..32bd14627d 100644 --- a/docs/build.tex +++ b/docs/build.tex @@ -461,8 +461,8 @@ shortcuts you can take. Instead of waiting for make to get to your package, you run one of the following: \begin{itemize} - \item \texttt{make package/\textit{<name>}-clean V=99} - \item \texttt{make package/\textit{<name>}-install V=99} + \item \texttt{make package/\textit{<name>}/clean V=99} + \item \texttt{make package/\textit{<name>}/install V=99} \end{itemize} Another nice trick is that if the source directory under \texttt{build\_\textit{<arch>}} @@ -476,8 +476,8 @@ it will remove the old sources and unpack a fresh copy. Other useful targets include: \begin{itemize} - \item \texttt{make package/\textit{<name>}-prepare V=99} - \item \texttt{make package/\textit{<name>}-compile V=99} - \item \texttt{make package/\textit{<name>}-configure V=99} + \item \texttt{make package/\textit{<name>}/prepare V=99} + \item \texttt{make package/\textit{<name>}/compile V=99} + \item \texttt{make package/\textit{<name>}/configure V=99} \end{itemize} |