summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-12-28 17:04:26 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-12-28 17:04:26 +0000
commit63a187f9f213af22a6f3aa70279db78819128b92 (patch)
tree1d0b6a21ceefe8f9aa08a55b6bc5c0b78d61947c /docs
parenta9f2b5949ea61785014e2906c7e028351fd17d91 (diff)
update target names
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9999 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'docs')
-rw-r--r--docs/build.tex10
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/build.tex b/docs/build.tex
index 730451ede..32bd14627 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}