aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2007-12-28 17:03:56 +0000
committerFelix Fietkau <nbd@openwrt.org>2007-12-28 17:03:56 +0000
commit1fd131830272f44f11c700440faec8848efd1705 (patch)
tree1f7c326d973869c56dc331ab9f4bf4381720e69c /docs
parent95997c5a9f613a824d91dff72e1b392a7cf97b70 (diff)
downloadmaster-187ad058-1fd131830272f44f11c700440faec8848efd1705.tar.gz
master-187ad058-1fd131830272f44f11c700440faec8848efd1705.tar.bz2
master-187ad058-1fd131830272f44f11c700440faec8848efd1705.zip
document Build/UninstallDev
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9994 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'docs')
-rw-r--r--docs/build.tex6
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