From ae8937b0de74e5c2914147dbb37ef42898f0e263 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Mon, 13 Aug 2001 18:52:28 +0000 Subject: 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... --- Rules.mak | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'Rules.mak') 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/ +# usr/lib/ +# etc/ +# Very few people will need to change this value from the default... +TARGET_PREFIX = / -- cgit v1.2.3