summaryrefslogtreecommitdiff
path: root/Makefile.help
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2008-12-10 09:09:07 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2008-12-10 09:09:07 +0000
commit64bbe93bf435a6cf12d289fcf85ad351c5017574 (patch)
tree005b7d980f9d5ac38718b041d9ca32004d4b5d14 /Makefile.help
parent34cbfc9bf8588b39723be1bda37775bd1a976ccd (diff)
- document environment variables used by the install_* targets.
See their config helptexts for further detail.
Diffstat (limited to 'Makefile.help')
-rw-r--r--Makefile.help9
1 files changed, 9 insertions, 0 deletions
diff --git a/Makefile.help b/Makefile.help
index deae677b5..a2087164b 100644
--- a/Makefile.help
+++ b/Makefile.help
@@ -48,3 +48,12 @@ help:
@echo ' CROSS= - Override CROSS_COMPILER_PREFIX from .config'
@echo ' SHELL= - Shell to use for make'
@echo ' CONFIG_SHELL= - Shell to use for menuconfig'
+ @echo
+ @echo ' PREFIX= - Prepended prefix'
+ @echo ' RUNTIME_PREFIX= - Prefix for the libdir containing shared objects'
+ @echo ' (usually "/")'
+ @echo ' DEVEL_PREFIX= - Prefix for the libdir containing static objects'
+ @echo ' and the include dir (usually "/usr")'
+ @echo ' SHARED_LIB_LOADER_PREFIX= - Directory where the shared loader resides.'
+ @echo ' (usually "/lib")'
+