Displaying 3 results from an estimated 3 matches for "dependees".
Did you mean:
dependes
[RFC] LLVM Directory Structure Changes (was Re: [PATCH] D20992: [CMake] Add LLVM runtimes directory)
2016 Jun 09
9
[RFC] LLVM Directory Structure Changes (was Re: [PATCH] D20992: [CMake] Add LLVM runtimes directory)
...gt; ${PASSTHROUGH_VARIABLES}
> > INSTALL_COMMAND ""
> > @@ -152,7 +165,7 @@
> > ExternalProject_Add_Step(${name} force-rebuild
> > COMMAND ${run_build}
> > COMMENT "Forcing rebuild of ${name}"
> > - DEPENDEES configure clean
> > + DEPENDEES configure ${always_clean}
>
> I'm not sure I understand what this does. If I had to guess I'd say that
> when ALWAYS_CLEAN is passed the rebuild of the external project always
> invokes clean first, but if it's not passed we'll...
[RFC] LLVM Directory Structure Changes (was Re: [PATCH] D20992: [CMake] Add LLVM runtimes directory)
2016 Jun 09
2
[RFC] LLVM Directory Structure Changes (was Re: [PATCH] D20992: [CMake] Add LLVM runtimes directory)
...;>> > INSTALL_COMMAND ""
>>> > @@ -152,7 +165,7 @@
>>> > ExternalProject_Add_Step(${name} force-rebuild
>>> > COMMAND ${run_build}
>>> > COMMENT "Forcing rebuild of ${name}"
>>> > - DEPENDEES configure clean
>>> > + DEPENDEES configure ${always_clean}
>>>
>>> I'm not sure I understand what this does. If I had to guess I'd say that
>>> when ALWAYS_CLEAN is passed the rebuild of the external project always
>>> invokes clean fir...
[RFC] LLVM Directory Structure Changes (was Re: [PATCH] D20992: [CMake] Add LLVM runtimes directory)
2016 Jun 10
4
[RFC] LLVM Directory Structure Changes (was Re: [PATCH] D20992: [CMake] Add LLVM runtimes directory)
...t;"
>>>>> > @@ -152,7 +165,7 @@
>>>>> > ExternalProject_Add_Step(${name} force-rebuild
>>>>> > COMMAND ${run_build}
>>>>> > COMMENT "Forcing rebuild of ${name}"
>>>>> > - DEPENDEES configure clean
>>>>> > + DEPENDEES configure ${always_clean}
>>>>>
>>>>> I'm not sure I understand what this does. If I had to guess I'd say that
>>>>> when ALWAYS_CLEAN is passed the rebuild of the external project alway...