svn commit: trunk/uClibc

aldot at uclibc.org aldot at uclibc.org
Wed Dec 10 09:09:08 UTC 2008


Author: aldot
Date: 2008-12-10 01:09:07 -0800 (Wed, 10 Dec 2008)
New Revision: 24352

Log:
- document environment variables used by the install_* targets.
  See their config helptexts for further detail.


Modified:
   trunk/uClibc/Makefile.help


Changeset:
Modified: trunk/uClibc/Makefile.help
===================================================================
--- trunk/uClibc/Makefile.help	2008-12-10 04:39:44 UTC (rev 24351)
+++ trunk/uClibc/Makefile.help	2008-12-10 09:09:07 UTC (rev 24352)
@@ -48,3 +48,12 @@
 	@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")'
+




More information about the uClibc-cvs mailing list