From: nbd Date: Fri, 28 Dec 2007 17:04:22 +0000 (+0000) Subject: remove some obsolete stuff X-Git-Url: https://git.archive.openwrt.org/?a=commitdiff_plain;h=a9f2b5949ea61785014e2906c7e028351fd17d91;hp=c7960102d52cbf0f389e7cbbb6c36df786990291;p=openwrt.git remove some obsolete stuff git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9998 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/docs/build.tex b/docs/build.tex index d2d74592fd..730451ede6 100644 --- a/docs/build.tex +++ b/docs/build.tex @@ -355,12 +355,6 @@ 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