[cfe-dev] Building llvm/clang from source: 'make update'

Yaron Keren via cfe-dev cfe-dev at lists.llvm.org
Fri Nov 13 00:57:11 PST 2015


You can svn update all targets in one line

 svn up . tools/clang tools/clang/tools/extra


2015-11-13 10:48 GMT+02:00 Csaba Raduly via cfe-dev <cfe-dev at lists.llvm.org>
:

> "make update" was a feature in the Autoconf-ish makefiles, and hasn't
> been ported to Cmake.
> (one of the reasons I'm still using the Autoconf system).
>
> Csaba
>
> On Thu, Nov 12, 2015 at 5:40 PM, Maarten Hoes via cfe-dev
> <cfe-dev at lists.llvm.org> wrote:
> > Hi,
> >
> >
> > Just a quick question about compiling llvm/clang from source on Linux
> > (Fedora 23):
> >
> > (Im following the build guide located here:
> > http://clang.llvm.org/get_started.html )
> >
> > I remember there being, once upon a time, a 'make update' target, that
> > performed a 'svn update' in all the right directories for you. However,
> this
> > seems to be gone (no rule to make target 'update'). Is there another way
> to
> > quickly/easily update the entire source tree(s), or do I manually have
> to do
> > 'svn update' in all the relevant directories ?
> >
> > I couldnt find this info on the website, sorry if its in a FAQ or
> something.
> >
> >
> > - Maarten.
> >
> > _______________________________________________
> > cfe-dev mailing list
> > cfe-dev at lists.llvm.org
> > http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-dev
> >
>
>
>
> --
> GCS a+ e++ d- C++ ULS$ L+$ !E- W++ P+++$ w++$ tv+ b++ DI D++ 5++
> The Tao of math: The numbers you can count are not the real numbers.
> Life is complex, with real and imaginary parts.
> "Ok, it boots. Which means it must be bug-free and perfect. " -- Linus
> Torvalds
> "People disagree with me. I just ignore them." -- Linus Torvalds
> _______________________________________________
> cfe-dev mailing list
> cfe-dev at lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-dev
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20151113/17b30b5a/attachment.html>


More information about the cfe-dev mailing list