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 | 632cfbd8daf6a862fc787e82b69fbbe56ac281d5 (patch) | |
tree | f112b60ee3477927ee38f74db2906fd8f702954a /docs | |
parent | e9265f8942da9e19765c7e1c4a362eeab49c3fc9 (diff) | |
download | upstream-632cfbd8daf6a862fc787e82b69fbbe56ac281d5.tar.gz upstream-632cfbd8daf6a862fc787e82b69fbbe56ac281d5.tar.bz2 upstream-632cfbd8daf6a862fc787e82b69fbbe56ac281d5.zip |
remove some obsolete stuff
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9998 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'docs')
-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 |