diff options
author | Felix Fietkau <nbd@openwrt.org> | 2007-12-28 17:03:56 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2007-12-28 17:03:56 +0000 |
commit | 515538ad055189439d35258b48fbe3d7d523bf80 (patch) | |
tree | 1310bde32788cee2c5c6ec0c709c1292d6b0cf7f | |
parent | ef8bcd1b9145b4db56146ebad40b1ae46f543015 (diff) | |
download | upstream-515538ad055189439d35258b48fbe3d7d523bf80.tar.gz upstream-515538ad055189439d35258b48fbe3d7d523bf80.tar.bz2 upstream-515538ad055189439d35258b48fbe3d7d523bf80.zip |
document Build/UninstallDev
SVN-Revision: 9994
-rw-r--r-- | docs/build.tex | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/build.tex b/docs/build.tex index 730451ede6..d2d74592fd 100644 --- a/docs/build.tex +++ b/docs/build.tex @@ -355,6 +355,12 @@ directly as the Nth argument to \texttt{BuildPackage}. \texttt{\$(STAGING\_DIR)} and \texttt{\$(STAGING\_DIR\_HOST)}, because the build system behavior when staging libraries might change in the future to include automatic uninstallation. +\textbf{\texttt{Build/UninstallDev} (optional):} \\ + If your package uses \texttt{Build/InstallDev}, you can use this template to tell the + build system how to remove the staged files when \texttt{package/\textit{name}/clean} is run. + + It takes the same parameters as \texttt{Build/InstallDev} + \textbf{\texttt{Package/\textit{<name>}/install}:} \\ 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 |