X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;ds=inline;f=docs%2Fbuild.tex;h=d2d74592fd1f9097ecc12e8cba2eaf428a5c068e;hb=cacfd9cb5cb9db5bd56aa7f44ee26d4509643530;hp=730451ede65ee8a8fd139b56919eea2f81d51f7e;hpb=23b53869254866ab955938539fa8d4f463da49bd;p=openwrt-10.03%2F.git diff --git a/docs/build.tex b/docs/build.tex index 730451ede..d2d74592f 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{}/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