[CRIU] Re: [PATCH] makefile: build pie after protobuf
Kinsbursky Stanislav
skinsbursky at openvz.org
Wed Aug 8 03:36:55 EDT 2012
08.08.2012 11:28, Cyrill Gorcunov пишет:
> On Wed, Aug 08, 2012 at 11:22:25AM +0400, Kinsbursky Stanislav wrote:
>>>> Huh? Why you've dropped $(PIE-GEN) here?
>>> I think it should be something like
>>>
>>> all: pie
>>> pie: protobuf $(PIE-GEN)
>> Nope.
> Excellent answer. Could you please be more verbose here?
Then you should ask, not state.
In your case ("pie: protobuf $(PIE-GEN)" - this is actually the same, like it
was without my patch) "protobuf" and "$(PIE-GEN)" are subsystems. I.e. they will
be build in parallel with "-j" option.
My intention was to make $(PIE-GEN) target depend on "protobuf" target, because
the first requires headers, produces by the last.
--
Best regards,
Stanislav Kinsbursky
More information about the CRIU
mailing list