[llvm-commits] Patch to remove DESTDIR from OCaml symlinks and Clang's gccas and gccld

Erick Tryzelaar idadesub at users.sourceforge.net
Fri Aug 21 13:25:18 PDT 2009


This fixes the bug http://llvm.org/bugs/show_bug.cgi?id=3153. There's
a problem with the current LLVM and Clang Makefile buildsystem that's
baking in the DESTDIR into the paths. This is because they're creating
symlinks to PROJ_libdir, and prior to this patch PROJ_libdir included
the DESTDIR. These patches change this by removing $(DESTDIR) from all
the PROJ_* variables and explicitly adds $(DESTDIR) everywhere else.

It's testing fine on my machine, but I'm not planning on committing
this today, unless you guys think it's okay. Fedora and Macports
already have workarounds this for 2.5, so I don't think this needs to
be committed for 2.6.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-Rewrite-makefiles-to-explicitly-reference-DESTDIR-so.patch
Type: text/x-patch
Size: 13625 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20090821/17956ab8/attachment.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-Use-LLVM-s-new-DESTDIR-less-PROJ_-variables.patch
Type: text/x-patch
Size: 3649 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20090821/17956ab8/attachment-0001.bin>


More information about the llvm-commits mailing list