summaryrefslogtreecommitdiffstats
path: root/docs/manual/adding-packages-autotools.txt
diff options
context:
space:
mode:
Diffstat (limited to 'docs/manual/adding-packages-autotools.txt')
-rw-r--r--docs/manual/adding-packages-autotools.txt8
1 files changed, 0 insertions, 8 deletions
diff --git a/docs/manual/adding-packages-autotools.txt b/docs/manual/adding-packages-autotools.txt
index 19ec2c15fb..27991b2595 100644
--- a/docs/manual/adding-packages-autotools.txt
+++ b/docs/manual/adding-packages-autotools.txt
@@ -148,14 +148,6 @@ cases, typical packages will therefore only use a few of them.
* +LIBFOO_CLEAN_OPT+ contains the make options used to
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
and install the packages are already defined, and they generally work
well for most autotools-based packages. However, when required, it is
OpenPOWER on IntegriCloud