|
@@ -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
|