diff options
author | Eric Andersen <andersen@codepoet.org> | 2001-08-13 18:52:28 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2001-08-13 18:52:28 +0000 |
commit | ae8937b0de74e5c2914147dbb37ef42898f0e263 (patch) | |
tree | e494f29b75acb2e97a53c6a1ba66a45ab07f6883 | |
parent | fa8092597ef338074421216a2cab288384d3de60 (diff) |
Add in TARGET_PREFIX, which was still used in a few spots (and
appropriately so). Leave this hidden and set to a sane default
since nobody should really need to change it...
-rw-r--r-- | Rules.mak | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -90,4 +90,14 @@ else endif endif +# TARGET_PREFIX is the directory under which which the uClibc runtime +# environment will be installed and used on the target system. The +# result will look something like the following: +# TARGET_PREFIX/ +# lib/ <contains all runtime and static libs> +# usr/lib/ <this directory is searched for runtime libs> +# etc/ <weher the shared library cache and configuration +# information go if you enabled LIBRARY_CACHE above> +# Very few people will need to change this value from the default... +TARGET_PREFIX = / |