Makefile.autotools.in: fix DESTDIR= help text

DESTDIR per default points to TARGET_DIR / STAGING_DIR without /usr
appended.
This commit is contained in:
Peter Korsgaard 2008-09-14 19:19:10 +00:00
parent 79d7e95d5a
commit 7b2a502857

View File

@ -43,16 +43,16 @@
# install the package to the staging directory # install the package to the staging directory
# FOO_INSTALL_TARGET [YES/NO, default YES] # FOO_INSTALL_TARGET [YES/NO, default YES]
# install the package to the target directory # install the package to the target directory
# FOO_INSTALL_STAGING_OPT [default DESTDIR=$(STAGING_DIR)/usr install] # FOO_INSTALL_STAGING_OPT [default DESTDIR=$(STAGING_DIR) install]
# arguments passed to <make> while installing to the staging directory # arguments passed to <make> while installing to the staging directory
# FOO_INSTALL_TARGET_OPT [default DESTDIR=$(TARGET_DIR)/usr install-exec] # FOO_INSTALL_TARGET_OPT [default DESTDIR=$(TARGET_DIR) install-exec]
# arguments passed to <make> while installing to the target directory # arguments passed to <make> while installing to the target directory
# FOO_CLEAN_OPT [default clean] # FOO_CLEAN_OPT [default clean]
# arguments passed to <make> while installing to the staging directory # arguments passed to <make> while installing to the staging directory
# FOO_UNINSTALL_STAGING_OPT [default DESTDIR=$(STAGING_DIR)/usr uninstall] # FOO_UNINSTALL_STAGING_OPT [default DESTDIR=$(STAGING_DIR) uninstall]
# arguments passed to <make> while uninstalling from the staging # arguments passed to <make> while uninstalling from the staging
# directory # directory
# FOO_UNINSTALL_TARGET_OPT [default DESTDIR=$(TARGET_DIR)/usr uninstall] # FOO_UNINSTALL_TARGET_OPT [default DESTDIR=$(TARGET_DIR) uninstall]
# arguments passed to <make> while uninstalling from the target # arguments passed to <make> while uninstalling from the target
# directory # directory
# FOO_SUBDIR [default empty] # FOO_SUBDIR [default empty]