manual: remove references to uninstall commands

[Peter: keep clean comment as pointed out by Arnout]
Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Thomas De Schampheleire 2013-12-05 11:54:06 +01:00 committed by Peter Korsgaard
parent 0a9cedbcf4
commit 4a8e8fc628
3 changed files with 2 additions and 17 deletions

View File

@ -148,14 +148,6 @@ cases, typical packages will therefore only use a few of them.
* +LIBFOO_CLEAN_OPT+ contains the make options used to * +LIBFOO_CLEAN_OPT+ contains the make options used to
clean the package. By default, the value is +clean+. clean the package. By default, the value is +clean+.
* +LIBFOO_UNINSTALL_STAGING_OPT+, contains the make
options used to uninstall the package from the staging directory. By
default, the value is +DESTDIR=$$(STAGING_DIR) uninstall+.
* +LIBFOO_UNINSTALL_TARGET_OPT+, contains the make
options used to uninstall the package from the target directory. By
default, the value is +DESTDIR=$$(TARGET_DIR) uninstall+.
With the autotools infrastructure, all the steps required to build With the autotools infrastructure, all the steps required to build
and install the packages are already defined, and they generally work and install the packages are already defined, and they generally work
well for most autotools-based packages. However, when required, it is well for most autotools-based packages. However, when required, it is

View File

@ -415,12 +415,6 @@ different steps of the build process.
* +LIBFOO_CLEAN_CMDS+, lists the actions to perform to clean up * +LIBFOO_CLEAN_CMDS+, lists the actions to perform to clean up
the build directory of the package. the build directory of the package.
* +LIBFOO_UNINSTALL_TARGET_CMDS+ lists the actions to
uninstall the package from the target directory +$(TARGET_DIR)+
* +LIBFOO_UNINSTALL_STAGING_CMDS+ lists the actions to
uninstall the package from the staging directory +$(STAGING_DIR)+.
* +LIBFOO_INSTALL_INIT_SYSV+ and +LIBFOO_INSTALL_INIT_SYSTEMD+ list the * +LIBFOO_INSTALL_INIT_SYSV+ and +LIBFOO_INSTALL_INIT_SYSTEMD+ list the
actions to install init scripts either for the systemV-like init systems actions to install init scripts either for the systemV-like init systems
(busybox, sysvinit, etc.) or for the systemd units. These commands (busybox, sysvinit, etc.) or for the systemd units. These commands

View File

@ -63,9 +63,8 @@ Additionally, there are some other useful make targets:
| +show-depends+ | Displays the dependencies required to build the | +show-depends+ | Displays the dependencies required to build the
package package
| +clean+ | Run the clean command of the package, also | +clean+ | Run the clean command of the package; _note that
uninstall the package from both the target and the staging directory; _note this is not implemented for all packages_
that this is not implemented for all packages_
| +dirclean+ | Remove the whole package build directory | +dirclean+ | Remove the whole package build directory