[llvm-commits] [llvm] r64023 - in /llvm/trunk: GNUmakefile build_llvm utils/buildit/GNUmakefile utils/buildit/build_llvm

Török Edwin edwintorok at gmail.com
Sat Feb 7 11:08:41 PST 2009


On 2009-02-07 21:05, Evan Cheng wrote:
> Author: evancheng
> Date: Sat Feb  7 13:05:24 2009
> New Revision: 64023
>
> URL: http://llvm.org/viewvc/llvm-project?rev=64023&view=rev
> Log:
> Move Apple style build makefiles to the top level. Just like llvmgcc42.
>
>   

Hi Evan,

This is causing the same problems as the GNUMakefile in llvm-gcc4.2: not
being able to build llvm-gcc with srcdir == objdir
on non-Darwin platforms:

$ make
GNUmakefile:16: /CoreOS/Standard/Standard.make: No such file or directory
make: *** No rule to make target `/CoreOS/Standard/Standard.make'.  Sto

Best regards,
--Edwin



More information about the llvm-commits mailing list