I think, I got it.

LOCALBASE is always the same, e.g. /usr/local
LLVM_PREFIX may change

If I do 'make install', LLVM_PREFIX == LOCALBASE/llvm,
but if, for example, 'PREFIX=/opt make install' then
LOCALBASE still /usr/local, and
LLVM_PREFIX will be /opt/llvm

Is that right?

Reply via email to