diff options
author | Felix Fietkau <nbd@openwrt.org> | 2007-12-28 17:04:22 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2007-12-28 17:04:22 +0000 |
commit | 59d7013d0cb06f8060b45d4b6195e442c383b30a (patch) | |
tree | 3b5b9d1c9d111e813d5f0a5bd44cd5cbeb54b995 | |
parent | a24c7fd8d4b600de73941739822f8070a641be21 (diff) | |
download | upstream-59d7013d0cb06f8060b45d4b6195e442c383b30a.tar.gz upstream-59d7013d0cb06f8060b45d4b6195e442c383b30a.tar.bz2 upstream-59d7013d0cb06f8060b45d4b6195e442c383b30a.zip |
remove some obsolete stuff
SVN-Revision: 9998
-rw-r--r-- | docs/build.tex | 6 |
1 files changed, 0 insertions, 6 deletions
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{<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 |