[LLVMbugs] [Bug 739] Can't `make install prefix=/tmp/llvm'. DESTDIR not supported either.

bugzilla-daemon at cs.uiuc.edu bugzilla-daemon at cs.uiuc.edu
Sun Dec 10 06:00:34 PST 2006


http://llvm.org/bugs/show_bug.cgi?id=739

ralph at inputplus.co.uk changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|FIXED                       |



------- Additional Comments From ralph at inputplus.co.uk  2006-12-10 08:00 -------
The patch doesn't really fix the bug.  It defines DESTDIR in the
makefile, something the GNU standards I linked to on opening the bug
explicitly rule out: "You should not set the value of DESTDIR in your
Makefile at all".

And there still isn't a variable called `prefix' that can be overridden
on the command line.

So the patch has implemented its own non-standard scheme which will just
cause confusion in the long run for packagers.  May as well get it right
now, if at all.



------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.



More information about the llvm-bugs mailing list