1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-06-14 11:13:53 +02:00

update target names

SVN-Revision: 9999
This commit is contained in:
Felix Fietkau 2007-12-28 17:04:26 +00:00
parent 59d7013d0c
commit 7e712d1170

View File

@ -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}