X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=Makefile.help;h=a2087164bdb51a0153bbc67021cc6bcbb813ca44;hb=317964651ced8ba016841cfe015e3ae09831b5c8;hp=deae677b570c5830c3af7c4eaa9fd7f9a4157a39;hpb=34cbfc9bf8588b39723be1bda37775bd1a976ccd;p=uclinux-h8%2FuClibc.git 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")' +