document MAKE_FLAGS and MAKE_VARS
SVN-Revision: 6385
This commit is contained in:
parent
6f4854e5e5
commit
27b40a7f30
1 changed files with 9 additions and 0 deletions
|
@ -338,6 +338,15 @@ directly as the Nth argument to \texttt{BuildPackage}.
|
||||||
\textbf{\texttt{Build/Compile} (optional):} \\
|
\textbf{\texttt{Build/Compile} (optional):} \\
|
||||||
How to compile the source; in most cases you should leave this undefined.
|
How to compile the source; in most cases you should leave this undefined.
|
||||||
|
|
||||||
|
As with \texttt{Build/Configure} there are two variables that allow you to override
|
||||||
|
the make command line environment variables and flags:
|
||||||
|
\begin{itemize}
|
||||||
|
\item \texttt{MAKE\_FLAGS} \\
|
||||||
|
Contains all command line arguments (typically variable overrides like \texttt{NAME="value"}
|
||||||
|
\item \texttt{MAKE\_VARS} \\
|
||||||
|
Contains all environment variables that are passed to the make command
|
||||||
|
\end{itemize}
|
||||||
|
|
||||||
\textbf{\texttt{Package/\textit{<name>}/install}:} \\
|
\textbf{\texttt{Package/\textit{<name>}/install}:} \\
|
||||||
A set of commands to copy files out of the compiled source and into the ipkg
|
A set of commands to copy files out of the compiled source and into the ipkg
|
||||||
which is represented by the \texttt{\$(1)} directory. Note that there are currently
|
which is represented by the \texttt{\$(1)} directory. Note that there are currently
|
||||||
|
|
Loading…
Reference in a new issue