summaryrefslogtreecommitdiff
path: root/Rules.mak
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2001-08-13 18:52:28 +0000
committerEric Andersen <andersen@codepoet.org>2001-08-13 18:52:28 +0000
commitae8937b0de74e5c2914147dbb37ef42898f0e263 (patch)
treee494f29b75acb2e97a53c6a1ba66a45ab07f6883 /Rules.mak
parentfa8092597ef338074421216a2cab288384d3de60 (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...
Diffstat (limited to 'Rules.mak')
-rw-r--r--Rules.mak10
1 files changed, 10 insertions, 0 deletions
diff --git a/Rules.mak b/Rules.mak
index 0f5a49b52..ae2c8260d 100644
--- a/Rules.mak
+++ b/Rules.mak
@@ -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 = /