Displaying 2 results from an estimated 2 matches for "160fff1e".
2012 Jun 18
0
[LLVMdev] "ninja update" not working.
On Mon, Jun 18, 2012 at 2:32 AM, Mikael Lyngvig <mikael at lyngvig.org> wrote:
> Hi,
>
> The docs state that you can do a "make update" to update all top-level and
> embedded projects from Subversion.
This is a feature of the configure+make build system, and not a feature of
the CMake build system. I also don't have any real desire to support it as
part of the
2012 Jun 18
3
[LLVMdev] "ninja update" not working.
Hi,
The docs state that you can do a "make update" to update all top-level and
embedded projects from Subversion.
This does not appear to work with Ninja.  Ninja just reports the following
error:
    ninja: ERROR: unknown target 'update'
FYI.  Perhaps somebody is already looking into integrating Ninja better
intp the build process.  Or, perhaps I am just a too early adopter